- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
This repository contains a Todo List web application, an exercise from microverse, that allows users to manage and organize their tasks efficiently. The application is built using react.js, with local storage mimicking the role of backend
Client
- Add Task: Users can add new tasks by entering a title and optional description.
- View Tasks: The application displays a list of all the tasks with their corresponding details.
- Mark as Complete: Users can mark tasks as complete, providing a sense of accomplishment.
- Edit Task: Users can edit the title or description of existing tasks to keep the list up-to-date.
- Delete Task: Tasks can be deleted individually when they are no longer needed.
- Persistence: The application stores the tasks locally using browser storage to retain data between sessions.
I have deployed the project of github. Click to view the live version of my project
To get a local copy up and running, follow these steps.
In order to run this project you need:
- To download a text editor. example Visual Studio Code
- Install Node
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/AsumVictor/Math-magician.git
run
npm install
npm start
npm run eslint
npm run stylelint
You can deploy this project using:
Github pages depolyment
👤 Asum Victor
- GitHub: @AsumVictor
- Twitter: @iamasum369
- LinkedIn AsumVictorDev
- Adding loging and rebost home page
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a star ⭐️ ⭐️ ⭐️
I would like to thank my coding partner as well as code reviewers for help me to bring this project
This project is MIT licensed.