This is a web application, provide user to add daily tasks, check and remove, also it remains in your browsers local storage when you refresh or even close your browser, you will not lose To do list.
- Html
- Css
- JavaScript
Utilities
- Linters
- Webpack
Prerequisites
- Text editor
- GitHub
To Clone this repository on to your local PC
- Visit this link
- Click on the Code green button
- By the right end of the read-only input containing the repository link click the clipboard icon to copy the link
- In your local PC, open your terminal in the folder you would like to clone the repository into
- Clone the repository with the command: git clone (copied link); like so: (git@github.com:alanluqman/review-to-do-list.git)
- After the clone, type in the command cd review-to-do-list to access the directory on the terminal.
- Once the files are on your machine, open the To-do-list folder in Visual Studio Code, and follow the steps in Installation & Set Up
-
Install Node Modules
npm install
-
Start the development server
npm start
-
Open http://localhost:8080 to view it in the browser.
-
Install Jest for Testing. i. Add jest to package.json script test section; "test": "jest --coverage". ii. Run npm test.
π€ Alan Luqman
- GitHub: @alanluqman
- LinkedIn: Alan Luqman
π€ Oyebade Priscilla
- GitHub: @OyePriscilla
- Twitter: @Priscilla
- LinkedIn: Linkedin
π€ Ezea Stephen Nnabuike
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a βοΈ if you like this project!
- Microverse
This project is MIT licensed.