https://github.com/abeidahmed/todo-list-js
Todo list is a simple project or keeping track of your Todo's for different projects. by using this app you can create a new project and you can add your todos to a specific project of your choice.
https://github.com/abeidahmed/todo-list-js
Last synced: 3 months ago
JSON representation
Todo list is a simple project or keeping track of your Todo's for different projects. by using this app you can create a new project and you can add your todos to a specific project of your choice.
- Host: GitHub
- URL: https://github.com/abeidahmed/todo-list-js
- Owner: abeidahmed
- License: mit
- Created: 2021-03-08T12:42:02.000Z (about 4 years ago)
- Default Branch: development
- Last Pushed: 2021-03-19T12:06:55.000Z (about 4 years ago)
- Last Synced: 2025-01-06T07:44:49.383Z (5 months ago)
- Language: JavaScript
- Homepage: https://abeidahmed.github.io/todo-list-js/
- Size: 738 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TO-DO LIST
## Live demo
[Link](https://abeidahmed.github.io/todo-list-js/)
## Description
Todo list is a simple project for keeping track of your Todo's for different projects. by using this app you can create a new project
and you can add your todos in specific project of your choice.
## Features
A user can:
- Create a new project
- Create a new todo and assign it to the project of his choice
- Can edit an existing todo
- Can delete an existing todo## Built With
- Javascript
- Webpack
- HTML
- Sass
- Local storage## Tested With
- Jest
When you want to check if test are passing, run
``` npm test ```
## Getting Started
- Clone this repo
```
git clone [email protected]:abeidahmed/todo-list-js.git
```
- Navigate to todo-list-js folder
```
cd todo-list-js
```
- On the terminal, while in the 'todo-list-js' directory:- Run `git checkout feature-todo-v2`
- Run `git pull origin feature-todo-v2`
- Run `yarn install` or ` npm install` to install dependencies
- Run `npm run dev`
- Go to the browser and enter
`http://127.0.0.1:5500/dist/index.html` and you are now able to visit the app## Author
👤 **Delice Lydia**
- GitHub: [Delice Lydia](https://github.com/DeliceLydia)
- Twitter: [Delice](https://twitter.com/IngabireLydia3)
- LinkedIn: [Delice Lydia](https://www.linkedin.com/in/delice-lydia/)👤 **Abeid Ahmed**
- GitHub: [abeidahmed](https://github.com/abeidahmed)
- Twitter: [iamhawaabi](https://twitter.com/iamhawaabi)
- LinkedIn: [Abeid Ahmed](https://www.linkedin.com/in/abeidahmed)## Contribution
- Clone the repo using the above instructions
- Create a new branch: `git checkout -b awesome branch`
- Add your changes and commit the file
- Push to your forked repo
- Make a pull request to `development` branch## Show your support
Give a ⭐️ if you like
## License
This project is [MIT](https://github.com/abeidahmed/todo-list-js/blob/master/LICENSE) licensed.