Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josphat205/daily-todo-list
This is a web application that enables users to add, edit and remove tasks they intend to perform. Built with JavaScript, HTML, and CSS.
https://github.com/josphat205/daily-todo-list
Last synced: 13 days ago
JSON representation
This is a web application that enables users to add, edit and remove tasks they intend to perform. Built with JavaScript, HTML, and CSS.
- Host: GitHub
- URL: https://github.com/josphat205/daily-todo-list
- Owner: Josphat205
- License: mit
- Created: 2022-06-02T15:16:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-30T21:56:25.000Z (over 2 years ago)
- Last Synced: 2024-04-13T23:02:28.958Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 609 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## **TODO LIST**
It list everything that you have to do, with the most important tasks at the top of the list, and the least important tasks at the bottom. By keeping such a list, you make sure that your tasks are written down all in one place so you don't forget anything important.Built With
HTML
CSS
JAVASCRIPT
WEBPACK## **Getting Started**
To get a local copy up and running follow these simple example steps.
## **Live demo**
Click here for [@Live Demo]( https://shiny-bavarois-1e8662.netlify.app/)
## **Setup**
To use this project copy the code SSl link othe repository
## Run Jest LocallyInstall dependencies
```bash
npm install --save-dev jest
```Add this file to package.json
```package.json
{
"scripts": {
"test": "jest"
}
}
```
Run```bash
npm run test
```
## **Usage**
You can use the project for learning, know how codes are arranged in Html , javascript and Css## **Deployment**
1. Go to setting on your github repo
2. go to pages
3. Deploy pages
4. change the branch to main and save
## Authors- [@Josphat Kiploman](https://github.com/Josphat205)
## Authors
- [@Safar Ali](https://github.com/safar1212)
## **🤝 Contributing**
1. Clone repo and create a new branch: `$ git clone [email protected]:Josphat205/work-todo-list.git.`
2. Make changes and test
3. Submit Pull Request with comprehensive description of changesFeel free to check the issues page.
## **Show your support**
Give a ⭐️ if you like this project!