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.
- 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.