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

https://github.com/prodev717/todo


https://github.com/prodev717/todo

Last synced: 6 months ago
JSON representation

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.