*Todo List is a Javascript project in module 2 week 2 in the fullstack microverse software development course
- html
- css
- Javascript
- webpack
To get the content of this project locally you need to run the following commands in your terminal.
- IDE(code editor) like: Vscode, Sublime, etc.
- Git
- Download the Zip file or clone the repo with:
git clone git@github.com:Strangeal/Awesome-books.git
- To access cloned directory run:
cd MyPortfolio
- Open it with the live server
To install linters and other project's dependencies run:
npm install
For tracking linter errors locally you need to follow these steps:
- For tracking linter errors in HTML files run:
npx hint .
- For tracking linter errors in CSS or SASS files run:
npx stylelint "\*_/_.{css,scss}"
- For tracking linter errors in JavaScript files run:
npx eslint .
👤 Justice Bajeri
- GitHub: Link to Github Profile
- Twitter: Link to Twitter Profile
- LinkedIn: Link to LinkedIn Profile
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
For Design Inspiration I would like to Acknowledge
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.