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.
- Host: GitHub
- URL: https://github.com/ramiawar/dayplanner
- Owner: RamiAwar
- License: cc0-1.0
- Created: 2020-05-14T16:40:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T11:46:14.000Z (over 1 year ago)
- Last Synced: 2025-08-14T04:57:11.356Z (2 months ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)



## 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.