Skip to content

AnandSuresh02/Todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Todo App

This project aims to provide a simple yet useful Todo list creation app in which you can manage tasks, mark them as done, edit them, etc..

Setting up

To get started, you can either clone this repository and run npm start to run it locally and open http://localhost:3000 to view it in your browser, or you can go to the live hosted website here

The page will reload when you make changes.
You may also see any lint errors in the console.

Features

  • Add todos.
  • Create sub todos.
  • Add descriptions for todos.
  • Edit and delete todos.
  • Export the todo summary as a markdown.
  • Login/Signup section.
  • Profile editing section.
  • Good UI.

Stacks

This project was created with React.js for the front-end and the backend is handled by Firebase for authentication and Firestore as the database.

Report bugs/ feature request

Feel free to reach out and make a pull request or raise an issue if there's any bugs that needed to be addressed or there are any features that can be added to improve the user experience. Any sort of contributions are welcome.

Admin panel

Route to /admin from root to view the stored data as a table.

Releases

No releases published

Packages

No packages published