Skip to content

sntakirutimana72/To-Do-list

Repository files navigation

To-Do-List

A To-DO-List app that allows user to create, update, and remove their daily tasks in and from the browser localstorage. Built with HTLM, CSS, JavaScript, and Webpack.

Built With

  • html
  • css
  • JavaScript
  • Webpack

Live Demo

For live version, pleave visit To-Do-Link

Screenshots

First Screen Page With Tasks With Selected Tasks

Getting Started

To get a copy of this project running on your local computer, do the followings:

Prerequisites

  • Must have a working computer
  • A Web-Browser installed (Chrome - Recommended)

Setup

  • Install VSCode (link)
  • Clone this project repository on your local computer. (link)
  • Open the project directory with VSCode

Install

Open Terminal/Shell inside your VSCode and run

  npm install --force

Run tests

  • For webhint tests, run
      npm run lint:hint
    
  • For stylelint tests, run
      npm run lint:style
    
  • For eslint tests, run
      npm run lint:es
    
  • To run a local server, run
      npm start
    
  • For testing functionalities, run
      npm test
    

Authors

👤 Steve

🤝 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

  • Fellow Micronauts

📝 License

This project is MIT licensed.

About

A ToDOList app that allows user to create, update, and remove their daily tasks in and from the browser localstorage. Built with HTLM5, CSS, JavaScript, and Webpack.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published