https://github.com/prodev717/todo
https://github.com/prodev717/todo
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prodev717/todo
- Owner: prodev717
- Created: 2024-07-16T07:03:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-16T07:15:24.000Z (over 1 year ago)
- Last Synced: 2025-02-13T01:49:13.404Z (11 months ago)
- Language: JavaScript
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FullStack ToDo App
Welcome to the FullStack ToDo app! This application allows users to register, log in, and manage their to-do lists with full CRUD operations.
Below are the details of the implementation.
## Features
- User registration and login with JWT authentication.
- Secure password storage with hashing and salting.
- Full CRUD (Create, Read, Update, Delete) operations for to-do items.
- Frontend built with React.
- Backend implemented with FastAPI.
- Styling provided by Material-UI.