Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vrun545/blog-app-using-react
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
https://github.com/vrun545/blog-app-using-react
crud javascript nodejs reactjs redux-toolkit
Last synced: 26 days ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/vrun545/blog-app-using-react
- Owner: vrun545
- Created: 2024-05-14T06:02:19.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-05-14T08:13:34.000Z (9 months ago)
- Last Synced: 2024-11-27T15:40:14.891Z (3 months ago)
- Topics: crud, javascript, nodejs, reactjs, redux-toolkit
- Language: JavaScript
- Homepage:
- Size: 578 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](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](LICENSE) file for details.