This project is been made with HTML5, CSS3, JS, and webpack, following the guidelines of 🔗 for best practices, as part of Microverse 2.0 curriculum.
---------------------------
| To do list : |
----------------------------
Minimalist To do list web application manages your daily activities making your life easy and organized. Application or tool that keeps your daily activities on a list of to dos, helping you organize your day, by listing the things you have yet to do and the things you have completed doing during the day, you can mark them as completed once they are done, and erase them after. --
- HTML5 🤍
- CSS3 🤍
- JS 🤍
- Webpack🤍
Desktop version | Mobile version |
---|---|
The main purpose of the project To do list is to put in practice HTML5, CSS3, and Javascript concepts to build a website with all the proffesional outview of it.
🤍 Netlify 🤍 Github Pages 🤍
To get a local copy up and running follow these simple sample steps.
To get the content of this project locally you need to run this command on your terminal :
-
cd <folder>
-
git clone git@github.com:sheylaPozo/todolist.git
- Set up liveserver as an extension in your VS Code.
- If you don't have the live server extension, or are using another software just view directly in your browser.
- Right click on "Go Live" in your VScode to view in your browser.
- If you don't have live server extension right click on the index.html to view in browser.
For tracking linter errors locally you need to follow these steps:
-
After cloning the project you need to run this command:
npm install
This command will download all the dependancies of the project -
For tracking any linter errors in HTML file run:
npx hint .
-
And for tracking linter errors in CSS file run:
npx stylelint "\*_/_.{css,scss}"
👤 Sheyla Pozo 🤍
- Github:Sheyla Pozo
- Linkedin: Sheyla Pozo
- Twitter: Sheyla Pozo
Contributions, issues, and feature requests are welcome! 🤍
Feel free to check the issues page.
webpack
- Module and asset bundler.webpack-cli
- Command line interface for webpackwebpack-dev-server
- Development server for webpack
Give a ⭐️ if you like this project!
Hat tip to anyone whose code was used
- Microverse
- Inspiration
This project is MIT licensed.