https://github.com/skyv26/todo-project
https://github.com/skyv26/todo-project
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skyv26/todo-project
- Owner: skyv26
- License: mit
- Created: 2022-08-16T08:00:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T09:21:30.000Z (over 2 years ago)
- Last Synced: 2025-01-19T05:17:18.543Z (3 months ago)
- Language: JavaScript
- Size: 271 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TODO List
> Project is created by using Vanilla JS, but in order to make it more dynamic in behaviour I used webpack and libraries. It is a basic application to record your daily todo-tasks and I have implemented the features like add, delete and update and still there are so many things which need to add into it.
## Built With
- Major languages: JavaScript (ES6)
- Frameworks: No framework only Vanilla JS
- Technologies used: HTML, CSS, JavaScript, WebPack, Sortablejs## Live Demo
[click here](https://skyv26.github.io/todo-list-v1/)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- use git clone in order to get the copy this repo. You need to have atleast basic understanding of JavaScript. Use below command
- git clone https://github.com/skyv26/todo-list-v1.git
### Setup
- You can simply open it on your vscode in order to start working on it
- cd todo-list-v1### Install
- please first install the node package files
- npm install### Usage
- In order to use this project you either create branch to add more feature.
- But in order to run the project use below commands.
- npm run build **(It will create a production ready file)**
- npm start **(It will run the server on your machine)**## Authors
👤 **Author1**
- GitHub: [@skyv26](https://github.com/skyv26)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](./LICENSE) licensed.