Skip to content

A To-Do app in Javascript that allows users to input their activities for the day, check them off as completed when done, and eliminate from list all the activities completed.

License

Notifications You must be signed in to change notification settings

German-Cobian/To-Do-List

Repository files navigation

To-Do-List

A Javascript app that allows the user to input, through an input field, his/her task to be done,

Add task

... view the inputted tasks as a list,

Inputted tasks

... check them off as completed when done,

Completed tasks

... and eliminate from list all the tasks checked-off as completed.

Clear tasks completed

Setup and Install

  • Open your terminal - Windows: Win + R, then type cmd | Mac: Command + space, then type Terminal
  • 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 then npm run build
  • To fire up the server run npm start
  • Visit http://localhost:8080/ in your browser to get into the app

Built With

  • HTML
  • CSS
  • Bootstrap
  • JavaScript
  • Webpack
  • Github workflow
  • Linters(Lighthouse, stylelint, Webhint, eslint)

Author

👤 German Cobian

🤝 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

Guidelines for this project provided by Microverse

📝 License

MIT licensed.

About

A To-Do app in Javascript that allows users to input their activities for the day, check them off as completed when done, and eliminate from list all the activities completed.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published