Skip to content

A website that lets you add, edit, remove a to-do in a list, uses local storage so the data pertains to the page when it's reloaded.

Notifications You must be signed in to change notification settings

Wes-Isaac/To-do-list

Repository files navigation

To Do list

In this project, I built a simple HTML list of To Do tasks. The list is styled according to this template. This simple web page was built using webpack and served by a webpack dev server.

screenshot

Built With

  • HTML5
  • CSS3
  • JavaScript
  • Webpack
  • Github

Live Demo

Live Demo Link

Getting Started

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

Clone the repo to your local machine. Run this command

git clone https://github.com/Wes-Isaac/To-do-list.git

cd To-do-list

Navigate to To-do-list folder/directory. At the project's root, on the terminal, run 'npm install' to install app dependencies

Next, run 'npm start' which will run the app in the development mode.

Open http://localhost:3000 to view it in the browser.

ALTERNATIVELY

Just run 'npm run build' which will build the project and generate output files into the build directory.

Go to build directory and manually open index.html to interact with the app.

Authors

👤 Yishak

🤝 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

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

About

A website that lets you add, edit, remove a to-do in a list, uses local storage so the data pertains to the page when it's reloaded.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published