Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yann-github/bloglist-app-reactquery
- Owner: Yann-GitHub
- Created: 2024-10-20T13:17:03.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T19:17:37.000Z (3 months ago)
- Last Synced: 2024-11-12T20:24:03.279Z (3 months ago)
- Topics: jwt-authentication, react, react-query, react-router-dom, usecontext-hook, usereducer-hook
- Language: JavaScript
- Homepage:
- Size: 334 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.