https://github.com/manishtmtmt/crud-app
CRUD App I have build a simple crud app where you add your task, view your task, update them and you can delete them as well. I have build this using React, Redux and rest api.
https://github.com/manishtmtmt/crud-app
chakra-ui javascript react react-redux redux rest-api
Last synced: about 2 months ago
JSON representation
CRUD App I have build a simple crud app where you add your task, view your task, update them and you can delete them as well. I have build this using React, Redux and rest api.
- Host: GitHub
- URL: https://github.com/manishtmtmt/crud-app
- Owner: manishtmtmt
- Created: 2022-08-03T19:38:43.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-01T18:00:16.000Z (over 3 years ago)
- Last Synced: 2025-07-13T20:36:01.367Z (11 months ago)
- Topics: chakra-ui, javascript, react, react-redux, redux, rest-api
- Language: JavaScript
- Homepage: https://manisht-crud-app.netlify.app
- Size: 365 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## The CRUD App
I have made a simple crud (Create Read Update Delete) app using React, React-Redux, JavaScript. I have also used Chakra-ui library for creating UI of this project. A user can create a todo, he can can view his todos, he also can edit/update todo and he can also delete his task.
## Live link
https://manisht-crud-app.netlify.app/
# Tech Stack
- HTML
- CSS
- JavaScript
- React (18.2.0)
- Redux (4.2.0)
- Chakra-UI (2.2.4)
# Deployed
- Netlify
# Features
- Add Todo
- Manage Todo
- Add Subtask
- Edit Todo
- Delete Todo
# Screenshots of this project
Home page

Signup/Login page

CRUD app

Sidebar

Create a new todo

Update page

if You like it please feel free to give it a 