This is a simple application with reduxjs/toolkit.
- Counter
- Todo-01
- Todo-02 ( use createSlice )
- TodoGetData ( get data from https://jsonplaceholder.typicode.com/todos)
- TodoJson (CRUD with JSON Server)
- Vite + React.js + Typescript
- Tailwind CSS
-
Clone the repository:
git clone https://github.com/hudamnhd/reduxjs-toolkit
-
Navigate to the project directory:
cd reduxjs-toolkit
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev npx json-server --watch db.json --port 8080