isaacpitwa / Todo-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO List

TODO List you will build a simple HTML list of To Do tasks. The list will be styled according to the specifications listed later in this lesson. This simple web page will be built using webpack and served by a webpack dev server

Built With

  • Webpack
  • HTML & CSS
  • GitFlow
  • Linters
  • Documented Work

Development set up

Clone Repository using git@github.com:isaacpitwa/Todo-list.git

OR using HTTPS

https://github.com/isaacpitwa/Todo-list.git

move into project directory cd Todo-list

Install Project dependancies using NPM

npm install

Install Project dependancies using Yarn

yarn install

launch project locally with

npm start or yarn start

Authors

👤 Author1

🤝 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!

📝 License

This project is MIT licensed.

About


Languages

Language:HTML 52.9%Language:JavaScript 35.1%Language:CSS 12.0%