Skip to content

This project is a blog app built with React.js and Redux Toolkit. It provides examples of CRUD operations (Create, Read, Update, Delete) for managing blog posts

License

Notifications You must be signed in to change notification settings

g-mayur/redux-blog-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog App with React.js and Redux

This project is a blog app built with React.js and Redux Toolkit. It provides examples of CRUD operations (Create, Read, Update, Delete) for managing blog posts.

Features

  • Create new blog posts
  • Read existing blog posts
  • Update existing blog posts
  • Delete existing blog posts

Installation

  1. Clone the repository:
git clone https://github.com/g-mayur/redux-blog-app.git
  1. Navigate to the project directory:
cd redux-blog-app
  1. Install dependencies:
npm install

Usage

To start the development server, run:

npm start

This will start the application in development mode. Open http://localhost:3000 to view it in the browser.

Dependencies

The project utilizes the following dependencies:

  • React.js
  • Redux Toolkit
  • React Router DOM

Folder Structure

redux-blog-app/
│
├── public/
│   ├── index.html
│   └── ...
│
├── src/
│   ├── app/
│   ├── components/
│   ├── features/
│   ├── images/
│   ├── styles/
│   ├── App.js
│   ├── index.js
│   └── index.css
│
├── .gitignore
├── package.json
└── README.md

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/YourFeature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push to the branch (git push origin feature/YourFeature)
  5. Open a pull request

License

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

About

This project is a blog app built with React.js and Redux Toolkit. It provides examples of CRUD operations (Create, Read, Update, Delete) for managing blog posts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published