Skip to content

Minimalist To Do list to organize your day within your web browser

License

Notifications You must be signed in to change notification settings

mariordgez/To-Do-List

 
 

Repository files navigation

To Do List

Minimalist To Do list to organize your day within your web browser

Built With

  • HTML
  • CSS3
  • JavaScript

Getting Started

You'll need to have git and npm installed in you environment to follow these instructions. To get a local copy of the repository please run the following commands on your terminal:

$ cd <folder>
$ git clone https://github.com/notlfish/To-Do-List.git
$ cd To-Do-List

To be able to run the project, you'll need to have webpack installed

$ npm install webpack webpack-cli --save-dev

With this, you can use

$ npm run build
$ npm start

To build the project and to start a server, respectively. npm start should open the page in a browser by itself, if it doesn't, you can just access localhost:8080 to see the project.

Author

👤 Lucas Ferrari Soto

🤝 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

MIT

About

Minimalist To Do list to organize your day within your web browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.5%
  • CSS 25.3%
  • HTML 17.2%