Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`**