https://to-do-list-be23f.web.app
A simple to-do list app where users can keep track of daily tasks.
- Users can enter task name, calendar date, and time to tasks.
- Tasks can be edited, deleted, and checked off.
- A "Delete All Tasks" button clears all tasks in the task list.
- Frontend: React, HTML/CSS, JavaScript, Material UI
- Backend: Firebase, FastAPI
- Hosting: Firebase
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/suegrg/todo-list.git
-
Navigate to the project directory:
cd to-do-list-app -
Install the dependencies:
npm install
-
Run the app:
npm start
This will start the development server and open the app in your browser.