Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yann-github/bloglist-app-reactquery

Refactored version of bloglist-fullstack-app using React-query and contexts
https://github.com/yann-github/bloglist-app-reactquery

jwt-authentication react react-query react-router-dom usecontext-hook usereducer-hook

Last synced: 8 days ago
JSON representation

Refactored version of bloglist-fullstack-app using React-query and contexts

Awesome Lists containing this project

README

        

# Bloglist App with React Query

This is a refactored version of the [bloglist-fullstack-app](https://github.com/Yann-GitHub/bloglist-fullstack-app) using React-Query for data fetching and caching, and React hooks useReducer and useContext for state management. This project also implements token-based authentication/validation.

## Installation

1. Clone the repository: `git clone [email protected]:Yann-GitHub/bloglist-app-reactQuery.git`
2. Navigate to the project directory: `cd bloglist-app-reactQuery`
3. Install dependencies for both backend and frontend: `npm install`

## Usage

1. Start the server: `npm start`
2. Open your browser and go to `http://localhost:5173`
3. You can now create, read, update, and delete blog posts using the provided user interface.

## Technologies Used

- Node.js
- Express
- MongoDB / Mongoose
- React
- React-Query
- Token-based authentication/validation

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.