This a simple todo list app put together using webpack.
- Major languages : HTMl & CSS, JavaScript
- Technologies used : Github, Git and Linters
This project is open source and you are free take modify and do with as you wish. To get a local copy up and running follow these simple example steps.
- Any modern browser.
- A local version control like git installed on your computer
- Code editor (Visual studio code, sublime text, notepad++, ...) installed on your computer;
- Knowledge of basic of HTML and CSS.
- Once you have the code navigate into the root folder and run
npm install
to get all dependecies required to run the linters checks and set up webpack
Run the commands below in the terminal or
git bash
.
npx hint .
: for thehtml
codebase and use of best practices.npx stylelint "**/*.{css,scss}"
: for thecss
codebase and use of best practices. you can addnpx eslint .
: for theJavaScript
codebase and use of best practices.-
Note that you can add
--fix
keyword to the command forCss
and/orJavaScript
to make sure that you avoid all errors comming from yourcode editor
- To start webpack server run
npm start
👤 Cecilia Mukima
- GitHub: @c3c1l1a
- Twitter: @cMukima
- LinkedIn: cecilia-wangui-mukima
- Profile c3cl1ia.github.io
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- IHat tip to anyone whose code was used for inspiration
This project is MIT licensed.