https://github.com/skyv26/todo-list-v1
This Todo 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.
https://github.com/skyv26/todo-list-v1
css3 html5 npm npm-module production-yes scss-framework vanilla-javascript webpack-loader webpack5
Last synced: 24 days ago
JSON representation
This Todo 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.
- Host: GitHub
- URL: https://github.com/skyv26/todo-list-v1
- Owner: skyv26
- License: mit
- Created: 2022-08-12T09:09:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T09:57:11.000Z (over 2 years ago)
- Last Synced: 2025-02-10T21:35:28.125Z (3 months ago)
- Topics: css3, html5, npm, npm-module, production-yes, scss-framework, vanilla-javascript, webpack-loader, webpack5
- Language: JavaScript
- Homepage:
- Size: 1.01 MB
- Stars: 2
- 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
[coming soon...]()
## 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.