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.
- 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.
- 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.
To get started with the project, follow these steps:
-
Clone the repository to your local machine using the following command:
git clone https://github.com/vrun545/Blog-App-using-React.git
-
Navigate to the project directory:
cd reactjs-blog-app
-
Install the dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and visit http://localhost:3000 to view the app.
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.
This project is licensed under the MIT License - see the LICENSE file for details.