This is a Microverse project that entails a to-do-list.
- HTML
- CSS
- Javascript
- Webpack
- VS code
-
Inorder to be able to set this up locally and eventually run it, follow the steps;
-
Open your Gitbash or your code editor's terminal and run the command git clone git@github.com:Christabelle143/Todo-List.git
-
Then you can pull the work from github to ur local machine using the git pull command.
-
run npm install to install all dependencies used in the project
-
run npm start to start the application on the browser.
- Install jest using the command
$ npm install --save-dev jest
- You can check for more information here jest version
- Add this to package.json :
- "scripts": {
- "test": "jest"
- }
- "scripts": {
- run
npm test
👤 Author
- GitHub: Christabelle143
- Twitter: @christabelleyo
- LinkedIn: YoutaChristabelle
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.