- 📖 About the Project
- 💻 Getting Started
- 👥 Author
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
To Do List is a project that was created to inline with the Microverse curriculumn. It is a webapp that can be used to list tasks to be done within a day.
I plan to implement the following features:
- [List] This section showcases the list of tasks that have been completed and not deleted as well as the uncompleted tasks.
- [Form] This section provides an input that the user can type in to add a tasks.
- [Buttons] Buttons on the app allow the user to manipulate the list by either marking the task as complete, editing it or even deleting it. The reset button at the top allows for the reset of the entire list to an empty list.
To get a local copy up and running, follow these steps.
Prerequisites </>
In order to set up a local copy of this repository, you need to have git installed:
Clone this repository to your desired folder:
Example commands:
mkdir my-folder
cd my-folder
git clone git@github.com:microvese-projects/To-Do-List.git
npm install
To run the project:
Run
npm start
Tests can be performed using the lighthouse extension on google chrome to get a report of the page performance.
👤 Benson Njuguna
- GitHub: @bennyjoez
- Twitter: @bennyjoezz
I plan to add the following features:
- [Delete_Item]
- [Re-arrange_List]
- [Clear_List]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, you can show your support by giving this project's repository a star on github.
I would like to thank Microverse for the outstanding collection of information they have provided that enabled me to create the project.
This project is MIT licensed.