Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zafar-saleem/todo
Example project that illustrates CRUD operations in vanilla JavaScript
https://github.com/zafar-saleem/todo
crud crud-application javascript todo todoapp todolist
Last synced: 6 days ago
JSON representation
Example project that illustrates CRUD operations in vanilla JavaScript
- Host: GitHub
- URL: https://github.com/zafar-saleem/todo
- Owner: zafar-saleem
- Created: 2018-11-17T04:57:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-17T04:57:48.000Z (almost 6 years ago)
- Last Synced: 2024-04-13T19:21:12.019Z (7 months ago)
- Topics: crud, crud-application, javascript, todo, todoapp, todolist
- Language: JavaScript
- Homepage: https://medium.freecodecamp.org/crud-operations-using-vanilla-javascript-cd6ee2feff67
- Size: 60.5 KB
- Stars: 30
- Watchers: 6
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Usage
1. Clone this repository.
2. Run npm install command to download and install all Webpack dependencies.
3. Run `npm run dev` to run the server on port `2770`. This command will run the project in development mode.
4. To make it ready for deploy run `npm run build`. This command will minify all the resources in `/dist` folder.