Skip to content

A minimalist tool that helps you organize your day.

License

Notifications You must be signed in to change notification settings

enionsouza/TODO-List

Repository files navigation

Microverse MIT Licensed GitHub last commit (branch) GitHub Repo stars

A Simple To-Do List

Screenshot

Live Demo

A live version of this project can be found on this link or on this alternative link.

Built With

  • HTML, CSS, JavaScript, & Webpack;
  • Visual Studio, Git, & GitHub;

Getting Started

Prerequisites

For this project, the following environment should be previously installed on your machine:

  • Node 14.17.0
  • Git

Setup

In your terminal, in the folder of your preference, type the following bash command to clone this repository:

git clone git@github.com:enionsouza/TODO-List.git

Install

Now that you have already cloned the repo run the following commands to get the project up and running:

cd TODO-List
npm install
npm start

Executing

Now, you can start editing this template from the files provided in the /src folder. All the changes will be automatically updated on your local server on http://localhost:8080/. You can stop your local server at any time hitting <Ctrl> + C on your keyboard.

Alternative

As an alternative to the steps mentioned above, you can simply go the the /dist folder and open index.html, on the browser of your preference.

Tests

We have implemented tests for addTask() and deleteTask() methods in ./src/spec/todo.test.js. You can run them using the following command:

npm test

Additionally, you can run npm run watch-test to watch any new test modification as you save them.

Authors

👤 Ênio Neves de Souza

👤 KARANGWA Ntwali Josue

🤝 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

A minimalist tool that helps you organize your day.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages