This is a simple yet powerful task management web app that allows users to add and remove task and change the completion status of a task.
- Major languages: HTML, CSS and JavaScript
- Frameworks: N/A
- Technologies used: Linters, Git, github, npm, Webpack
You should be having Node.js installed on your computer
To get a local copy up and running follow these simple example steps.
-
Navigate to a folder where you want the cloned file to appear
-
Clone this repo in your terminal or git bash using the command
git@github.com:Mukumbuta/To-Do-List-Webpack.git -
run
npm installto install all the necessary dependencies including the linters and webpack -
Navigate to the folder called to-do-list and open this project using your editor
5 You run npm run start to start the local server on port 3000
6 You also run npm run build to build your project
These were linter tests mainly
- For css, run
npx hint . - Html, run
npx stylelint "**/*.{css,scss}" - Javascript
npx eslint .
👤 Author1
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- many thanks to Vaadin Icons the author of the Refresh Icon used in this project.
N/A