Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saabbir/todo-app
A vanilla JavaScript todo app. Demo Link: https://saabbir.github.io/todo-app/
https://github.com/saabbir/todo-app
babel es6 javascript vanilla-javascript-todo webpack
Last synced: 1 day ago
JSON representation
A vanilla JavaScript todo app. Demo Link: https://saabbir.github.io/todo-app/
- Host: GitHub
- URL: https://github.com/saabbir/todo-app
- Owner: Saabbir
- Created: 2020-10-30T05:05:07.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T09:40:27.000Z (almost 2 years ago)
- Last Synced: 2024-05-16T03:10:48.787Z (6 months ago)
- Topics: babel, es6, javascript, vanilla-javascript-todo, webpack
- Language: JavaScript
- Homepage: https://saabbir.github.io/todo-app/
- Size: 213 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo App
A vanilla JavaScript todo app.
Demo can be seen in here - https://saabbir-todo-app.netlify.app/
## Features
- Uses vanilla JavaScript
- Uses Webpack for automation## Getting Started
Clone this repo:
```sh
git clone https://github.com/Saabbir/todo-app.git
```The project is based on [Node.js](https://nodejs.org/en/). To install the necessary packages, run this command in the root folder of the site:
```sh
npm install
```### After Installation
- Run `npm run dev` from root folder for a development server and live reloading
- Run `npm run build` from root folder for production build## Dependencies
This project uses a number of open source projects for the production build:
- [@babel/polyfill](https://ghub.io/@babel/polyfill)
- [uuid](https://ghub.io/uuid)## Dev Dependencies
This project uses a number of open source projects for the development build:
- [@babel/core](https://ghub.io/@babel/core)
- [@babel/preset-env](https://ghub.io/@babel/preset-env)
- [babel-loader](https://ghub.io/babel-loader)
- [webpack](https://ghub.io/webpack)
- [webpack-cli](https://ghub.io/webpack-cli)
- [webpack-dev-server](https://ghub.io/webpack-dev-server)