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

https://github.com/sameer-j/get-it-done-app

A cross-platform todo app
https://github.com/sameer-j/get-it-done-app

Last synced: 10 days ago
JSON representation

A cross-platform todo app

Awesome Lists containing this project

README

          

# About

This is starter app to help build react/react-native apps for Web, Mobile and Desktop (using Electron).

# Setup

1. Clone the repository `https://github.com/rinku-k/react-cross-platform-starter.git `
2. Run `yarn` or `npm install`
You can optinally fork to keep the code base separate

# Demo screen

![](images/demo.png)

# Commands

- Web - `yarn web`
- Electron - `yarn electron`
- Android - `yarn start && yarn android`
- iOS - `yarn start && yarn ios`