Skip to content

sargunkohli152/Sargun_Blogs

Repository files navigation

Blog Application

The Blog Application is a React-based web application that enables users to read and explore various blogs. This project leverages the App Context feature of React to manage and display blogs in a user-friendly manner. It offers sorting and categorization of blogs based on hashtags, categories, and provides related blogs based on tags and topics. The content for the blogs is fetched from an API.

Table of Contents

Overview

The Blog Application offers an engaging and organized way to explore and read blogs. Key features include:

  • Blog Cards: Blogs are presented in card-like structures, making it easy for users to browse through them.

  • Sorting and Categorization: Blogs are sorted and categorized based on hashtags and categories, enhancing the user's ability to find content of interest.

  • Related Blogs: The application displays related blogs, categorized according to tags and topics, providing a seamless reading experience.

  • API Integration: Blog content is fetched from an API, ensuring fresh and up-to-date content.

This project serves as a practical example of managing state with React's App Context feature and integrating external data through APIs.

Installation

  1. Clone the repository:

    git clone https://github.com/sargunkohli152/Sargun_Blogs.git
    
  2. Install dependencies

    npm install
    
  3. Start the application

    npm run start
    

Usage

  • Browse through the blog cards to discover and read various blogs.
  • Utilize the sorting and categorization features to find blogs that match your interests.
  • Explore related blogs for a more comprehensive reading experience.

Features

  • User-friendly blog card interface.
  • Sorting and categorization of blogs based on hashtags and categories.
  • Display of related blogs based on tags and topics.
  • Integration with an API to fetch blog content.

Technologies Used

  • React
  • React Context API
  • API integration (Specify the API used)
  • HTML
  • Tailwind CSS

Contributing

Contributions are welcome! If you have any suggestions, improvements, or want to add new features to enhance the Blog Application, please fork the project, make your changes, and submit a pull request.

License

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.