A Javascript app that allows the user to input, through an input field, his/her task to be done,
... view the inputted tasks as a list,
... check them off as completed when done,
... and eliminate from list all the tasks checked-off as completed.
- Open your terminal - Windows:
Win + R
, then typecmd
| Mac:Command + space
, then typeTerminal
- Navigate to a directory of your choosing using the
cd
command - Run this command in your OS terminal:
git clone git@github.com:German-Cobian/To-Do-List.git
to get a copy of the project - Navigate to the project's directory using the
cd
command - In the clone folder, run
npm install
and thennpm run build
- To fire up the server run
npm start
- Visit
http://localhost:8080/
in your browser to get into the app
- HTML
- CSS
- Bootstrap
- JavaScript
- Webpack
- Github workflow
- Linters(Lighthouse, stylelint, Webhint, eslint)
👤 German Cobian
- GitHub: @German Cobian
- Twitter: @GermanCobian2
- LinkedIn: @German Cobian
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
Guidelines for this project provided by Microverse