An open API service indexing awesome lists of open source software.

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

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