Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albaitas/react-redux-toolkit-query-typescript-server
This is a web applications project written using Create React App, Redux Toolkit, Typescript, RTK Query with json-server and Fake Database.
https://github.com/albaitas/react-redux-toolkit-query-typescript-server
fake fake-data json-server react redux-toolkit rtk-query typescript
Last synced: about 2 months ago
JSON representation
This is a web applications project written using Create React App, Redux Toolkit, Typescript, RTK Query with json-server and Fake Database.
- Host: GitHub
- URL: https://github.com/albaitas/react-redux-toolkit-query-typescript-server
- Owner: albaitas
- Created: 2024-05-02T13:57:57.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-30T09:22:11.000Z (7 months ago)
- Last Synced: 2024-05-30T10:55:44.934Z (7 months ago)
- Topics: fake, fake-data, json-server, react, redux-toolkit, rtk-query, typescript
- Language: TypeScript
- Homepage:
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-redux-toolkit-query-typescript-server
This is a web applications project written using Create React App, Redux Toolkit, Typescript, RTK Query with json-server and Fake Database.
## Features
- CRUD
- useGetAllPostsQuery, useAddPostMutation, useRemovePostMutation, useUpdatePostMutation
- Tablet and mobile friendly## Build with
- React Js, Css, Redux Toolkit, Typescript, RTK Query
- fake Database
- json-server## Installation
Install **`git`**, **`nodejs`**, **`npm`** in your local computer
Clone this repository to your local computer:
**`$ git clone https://react-redux-toolkit-query-typescript-server.git
Install dependencies:
**`npm install`**
Runs the app in the development mode:
**`npm run dev`**