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
- Webpack
- HTML & CSS
- GitFlow
- Linters
- Documented Work
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
👤 Author1
- GitHub: @isaacpitwa
- Twitter: @isaacpitwa
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.