A basic to-do list site to keep track of your needs;
- Create/Delete tasks;
- Edit tasks;
- Change task status (
on goingorcompleted).
- HTML5;
- CSS3;
- JS.
Have an idea for the site? Feel free to make a colaboration with us. If so, follow the steps:
- Fork the project;
- Create a branch:
git checkout -b my-feature; - Commit your changes:
git commit -m 'feat: my new feature'; - Push to the branch:
git push origin my-feature; - Open a Pull Request;
This project is under the MIT License.