kelvinbush / Todo_List_Review

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To Do List

A curated list of todos generated by JavaScript objects.

  • The user can add a todo to the list.
  • The user can remove a todo from the list.
  • The user can mark a todo as complete.
  • The user can mark a todo as incomplete.
  • The user can view all todos.
  • The user can remove all complete todos.
  • The list is saved to local storage.

Built With

  • HTML
  • CSS
  • JavaScript

Live Demo

Live Demo Link

Getting Started

To get a local copy up and running follow these simple example steps.

  • Copy this link https://github.com/kelvinbush/To-Do-List.
  • Get the directory that you want to clone the repository.
  • Open the command prompt in this directory.
  • Write https://github.com/kelvinbush/To-Do-List.git.
  • Go to the repository folder in your command prompt cd To-Do-List.
  • Run npm install to install the dev dependencies for linters and webpack.
  • Run npm build to build the application with webpack .
  • Run npm run start to start the development server.

Authors

👤 Kelvin Bush

🤝 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:JavaScript 70.3%Language:CSS 21.2%Language:HTML 8.4%