Skip to content

This simple To-do-list web App, was built using webpack and served by a webpack dev server.

Notifications You must be signed in to change notification settings

Roseokpe/to-do-list

Repository files navigation

To Do list: interactive list

In this project, I add some functionality to this application to make interactive. The user will also be able to mark task completion by selecting the corresponding checkbox (or undo it by unchecking the checkbox). The updated tasks list will be stored in local storage.

Built with

Major Languages
- Html and CSS
- Javascript

Major Technologies
- VS code as IDE
- Git and Github
- Linters

Live Demo

[Live Demo Link](https://livedemo.com)

Getting Started

To get a local copy up and running follow these simple example steps. For SSH:git@github.com:roseokp/To-Do-List.gitFor https:https://github.com/roseokpe/To-Do-List.git

Install

Run npm install after cloning the repo.

Usage

Run npm start for development. Run npm run build for production.

Run tests

  • Run npx eslint . for JS check
  • Run npx eslint . --fix to fix JS errors if found
  • Run npx stylelint "**/*.{css,scss}" for CSS check
  • Run npx stylelint "**/*.{css,scss}" --fix to fix CSS errors if found.

Authors

👤 Author1

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

This simple To-do-list web App, was built using webpack and served by a webpack dev server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published