Shewolf227 / to-do-list

In this project, I built a basic website - To Do List: plain JavaScript using ES6 with objects, that allows users to add, edit, view and remove To Do tasks from a list of To Dos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To Do list

This is a To Do List project using the best practices of ES6

In this project, I built a basic website - To Do List: plain JavaScript using ES6 with objects, that allows users to add, edit, view and remove To Do tasks from a list of To Dos.

Built With πŸ”¨

  • HTML
  • CSS
  • JavaScript(ES6)
  • Git & Github

Live Demo

Here you can find the live Demo of the website

Getting Started

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

  • Clone this repository to your local machine
  • git clone https://github.com/SoniaKarungi/to-do-list
  • In your terminal, make sure the active directory is to-do-list
  • Run the command npm i via your terminal
  • Run the command npm run build in your terminal
  • Run the command npm start in your terminal

Prerequisites

  • IDE ( VCode For me πŸ”₯).
  • Git.
  • Npm and node.js installed.

Authors

πŸ‘€ Sonia Karungi

🀝 Contributing

Contributions, issues, and feature requests are welcome!

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

In this project, I built a basic website - To Do List: plain JavaScript using ES6 with objects, that allows users to add, edit, view and remove To Do tasks from a list of To Dos.

License:MIT License


Languages

Language:JavaScript 70.3%Language:CSS 19.1%Language:HTML 10.6%