https://github.com/akashpawar43/todo-redux
odo app Build using MERN Stack , Redux toolkit and Thunk api. Allowing to Creating Todo list, Update and Delete Todo list within app.
https://github.com/akashpawar43/todo-redux
cors env environment-variables expressjs mern mern-project mern-stack mern-stack-development mongodb mongoose nodejs reactjs redux redux-thunk redux-toolkit todo todo-app todoapp
Last synced: 7 months ago
JSON representation
odo app Build using MERN Stack , Redux toolkit and Thunk api. Allowing to Creating Todo list, Update and Delete Todo list within app.
- Host: GitHub
- URL: https://github.com/akashpawar43/todo-redux
- Owner: akashpawar43
- Created: 2024-01-30T18:55:00.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-15T09:51:13.000Z (8 months ago)
- Last Synced: 2025-02-15T10:28:49.547Z (8 months ago)
- Topics: cors, env, environment-variables, expressjs, mern, mern-project, mern-stack, mern-stack-development, mongodb, mongoose, nodejs, reactjs, redux, redux-thunk, redux-toolkit, todo, todo-app, todoapp
- Language: JavaScript
- Homepage: https://todo-redux-akash.vercel.app/
- Size: 373 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TODO
Todo app Build using MERN Stack , Redux toolkit and Thunk api. Allowing to Creating Todo list, Update and Delete Todo list within app.
🧐 Features
Here're some of the project's best features:
* Add Todo
* get Todo list
* Update Status
* Delete Todo🛠️ Installation Steps:
1. cd Server
2. Install dependencies for Server
```
npm install
```3. Start Server
```
npm start
```4. Open Separate terminal for Client
5. cd Client
6. Install dependencies for Client
```
npm install
```7. Run Client
```
npm run dev
```
💻 Built with
Technologies used in the project:
* ReactJs
* Redux Toolkit
* Thunk API
* NodeJs
* Mongodb
* ExpressJS
* Tailwind CSSProject Screenshots:
1. Get all Todo list
2. update Status of todo
3. Add Your todo
4. Delete Your todo
5. No data
![]()