Description the project.
In this project, I added some functionality to my application to make it interactive. The user will also be able to mark task completion by selecting the corresponding checkbox (or undo it by unchecking the checkbox). The updated tasks list will be stored in local storage.
-
HTML
-
Javascript
-
Es6
-
Frameworks
- Visual Studio Code
- GitHub
- To get a local copy up and running follow these simple example steps.
- Have a Desktop or Laptop Computer running on with Windows, Mac OS or Linux operating system.
- Have git installed on the Computer
- Have a browser install on the Computer
- If it suits you, on your local computer, create a directory in your preferred location (e.g in the Desktop or Document directory)
- Open your Terminal/Powershell or any command line interface you use, then navigate to your created above directory or the directory you'll like to clone this project directory.
- Type
https://github.com/Harrynoqs/To-do-app.git
if your're using https with git orhttps://github.com/Harrynoqs/To-do-app.git
if your preferred is ssh and hit enter. - Navigate to the
To-do-list
directory on your local computer - In the terminal,
npm init -y
to initialise the package manager Again, in the terminal,npm install
to install everything.
- You can view the HTML document in your preferred or default browser.
👤 Author1
- GitHub: @Harrynoqs
- Twitter: @noqsnoq1
- LinkedIn: (https://www.linkedin.com/in/harrison-njuguna-59536314/)
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.