alanluqman / review-to-do-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To do list

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.

Built With

  • Html
  • Css
  • JavaScript

Utilities

  • Linters
  • Webpack

Getting Started

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

πŸ›  Installation & Set Up

  1. Install Node Modules

    npm install
    
  2. Start the development server

    npm start
    
  3. Open http://localhost:8080 to view it in the browser.

  4. Install Jest for Testing. i. Add jest to package.json script test section; "test": "jest --coverage". ii. Run npm test.

Authors

πŸ‘€ Alan Luqman

πŸ‘€ Oyebade Priscilla

πŸ‘€ Ezea Stephen Nnabuike

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Microverse

πŸ“ License

This project is MIT licensed.

About


Languages

Language:JavaScript 47.9%Language:HTML 27.1%Language:CSS 25.0%