https://github.com/praisespjmt/best-webdev-practice
This project uses the "To Do List" application to learn standard web development practice such as KISS, Dry and YAGNI. This project was made using Webpack, JavaScript, HTML5 and CSS3.
https://github.com/praisespjmt/best-webdev-practice
css html5 javascript webpack
Last synced: about 2 months ago
JSON representation
This project uses the "To Do List" application to learn standard web development practice such as KISS, Dry and YAGNI. This project was made using Webpack, JavaScript, HTML5 and CSS3.
- Host: GitHub
- URL: https://github.com/praisespjmt/best-webdev-practice
- Owner: PraisesPJMT
- Created: 2022-08-15T11:40:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T15:32:02.000Z (almost 4 years ago)
- Last Synced: 2025-10-07T06:01:46.417Z (9 months ago)
- Topics: css, html5, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 281 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# To Do List Application
> "To-Do-List App" is a simple web app that displays a list of daily tasks and allows you to edit, add and remove task from that list.

## Built With (Linter)
- Webpack
- HTML (Webhint)
- CSS (Stylelint)
- JavaScript (Eslint)
## Prerequisites
The following applications are required to be installed for the project to run!
- Modern browser e.g [Google Chrome](https://www.google.com/chrome/), [Edge](https://www.microsoft.com/en-us/edge?r=1), [Firefox](https://www.mozilla.org/en-US/exp/firefox/new/) etc.
- [Git](https://git-scm.com/downloads)
- [Node.js](https://nodejs.org/en/download/) LTS version
## App Setup
- Clone [this](https://github.com/PraisesPJMT/To-Do-List) GitHub repository using `git clone git@github.com:PraisesPJMT/To-Do-List.git`
- Initialize the package manager using `npm init -y`
- Download all required modules using `npm install` inside the project directory (/To-Do-List)
- Launch project on browser using `npm run start` inside the project directory (/To-Do-List)
## App Deployment
To-Do-List application can be deployed on any web server that can host a Node.js runtime environment
The project was successfully deployed to GitHub Pages. The live project can be
viewed at the following links:
[To-Do-List App](https://praisespjmt.github.io/To-Do-List/)
URL Link: [https://praisespjmt.github.io/To-Do-List/](https://praisespjmt.github.io/To-Do-List/)
## Authors
👤 **Praises Tula**
- GitHub: [@praisespjmt](https://github.com/PraisesPJMT)
- Twitter: [@praisespjmt](https://twitter.com/PraisesPJMT)
- LinkedIn: [Praises Musa Tula](https://www.linkedin.com/in/praises-tula-9233aa76)
## 🤝 Contributing
Contributions, [issues](https://github.com/PraisesPJMT/To-Do-List/issues), and feature requests are welcome!
## ⭐️ Show your support
Give a ⭐️ if you like this project!