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

https://github.com/ramiawar/dayplanner

An extremely simple day planning app created to complement my ToDo lists.
https://github.com/ramiawar/dayplanner

Last synced: 2 months ago
JSON representation

An extremely simple day planning app created to complement my ToDo lists.

Awesome Lists containing this project

README

          

# Day Planner

A basic extremely simple application to plan your day. (Note that this is not an alternative to ToDo lists, but a complementary product)

![Selection](https://github.com/RamiAwar/DayPlanner/blob/master/screenshots/selection.JPG)
![Focus](https://github.com/RamiAwar/DayPlanner/blob/master/screenshots/choice.JPG)
![Addition](https://github.com/RamiAwar/DayPlanner/blob/master/screenshots/add.JPG)
![Standby](https://github.com/RamiAwar/DayPlanner/blob/master/screenshots/complete.JPG)

## To Use

To clone and run this repository you'll need [Git](https://git-scm.com) and [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/electron/electron-quick-start
# Go into the repository
cd electron-quick-start
# Install dependencies
npm install
# Run the app
npm start
```

Note: If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.