Todo List is a Javascript project to Add and storage daily's tasks.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- node.js
- IDE to edit and run the code (We used Visual Studio Code π₯).
- Git to versionning your work.
Clone this repository to your desired folder:
- Open your terminal
- Navigate to the directory where you want to clone the project.
- Clone the project using by running the following command:
`git clone https://github.com/vanelnw/Microverse-To-Do-List.git`
- cd Microverse-To-Do-List
- Run `npm install`
To run the project, execute the following commands:
npm run build
npm start
To run tests, run the following command:
`npm run test`
Github pages
π€ Vanel Nwaba
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project consider giving a star βοΈ.
N/A
This project is MIT licensed.