In this project I build a mobile and desktop version of a website, using what I learned in HTML and CSS.
- HTML
- CSS
- JavaScript
For a live demo of the Portfolio click here.
To get a local copy of the project, follow these steps:
- Open the terminal and navigate to the folder where you would like to put these files.
- Type the following commands into the terminal:
git clone https://github.com/jsug9/To-Do-list
cd To-Do-list
open index.html
To run tests follow the following steps:
- Open your terminal and navigate to the todo directory.
- Install jest typing into your terminal:
npm install --save-dev jest
- Run the test typing into your terminal:
npm run test
- If you want to check the coverage, type into your terminal:
npm run coverage
👤 Augusto Galindo
- GitHub: @jsug9
- LinkedIn: Augusto Galindo
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
Thanks to my coding partner who helped me a lot and taught me new tricks.
👤 Dangelo Arrivillaga
- GitHub: @Dangelo-JAN
This project is MIT licensed.