Skip to content

This repository houses a straightforward yet powerful blog application crafted with ReactJS and powered by Redux Toolkit, focusing on essential CRUD (Create, Read, Update, Delete) operations

Notifications You must be signed in to change notification settings

vrun545/Blog-App-using-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactJS Blog App with Redux Toolkit

Welcome to the ReactJS Blog App with Redux Toolkit repository! This project is a simple yet powerful blog application built using ReactJS and Redux Toolkit. It focuses on providing CRUD (Create, Read, Update, Delete) operations for managing blog posts.

Features

  • CRUD Operations: Perform Create, Read, Update, and Delete operations on blog posts.
  • User-friendly Interface: Intuitive and straightforward UI for seamless interaction.
  • Responsive Design: Optimized for various screen sizes to ensure a consistent experience.
  • Redux Toolkit Integration: Efficient state management with Redux Toolkit for predictable and scalable data handling.

Technologies Used

  • ReactJS: A JavaScript library for building user interfaces.
  • Redux Toolkit: A package that helps manage state in React applications.
  • React Router: Declarative routing for React applications.

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository to your local machine using the following command:

    git clone https://github.com/vrun545/Blog-App-using-React.git
    
  2. Navigate to the project directory:

    cd reactjs-blog-app
    
  3. Install the dependencies:

    npm install
    
  4. Start the development server:

    npm start
    
  5. Open your browser and visit http://localhost:3000 to view the app.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or create a pull request. For major changes, please open an issue first to discuss your ideas.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This repository houses a straightforward yet powerful blog application crafted with ReactJS and powered by Redux Toolkit, focusing on essential CRUD (Create, Read, Update, Delete) operations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published