https://github.com/sh1hab/todo
A simple Todo list app built with JavaScript , electron
https://github.com/sh1hab/todo
electron javascript jquery
Last synced: about 2 months ago
JSON representation
A simple Todo list app built with JavaScript , electron
- Host: GitHub
- URL: https://github.com/sh1hab/todo
- Owner: sh1hab
- Created: 2017-09-24T19:07:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-24T19:45:08.000Z (almost 9 years ago)
- Last Synced: 2025-01-15T10:23:46.767Z (over 1 year ago)
- Topics: electron, javascript, jquery
- Language: JavaScript
- Homepage:
- Size: 50.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Todo
This is a simple Todo-List application built with Electron , JQuery etc
## To Use
To clone and run this repository you'll need [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
```bash
# Clone this repository
git clone https://github.com/sh1hab/todo
# Go into the repository
cd electron-quick-start
# Install dependencies
npm install
# Run the app
npm start