Simple todo / task editor built with React, Redux & TypeScript. Uses Webpack for bundling and Sass for styles. See it in action here.
Create a file called ".env" at the root of the project folder and set the following environment variables:
# Your google app API key
GOOGLE_API_KEY=YOUR_GOOGLE_API_KEY
# Your Google client id for the app
GOOGLE_CLIENT_ID=YOUR_GOOGLE_CLIENT_ID
Clone or download the project, then
# Install dependencies
$ npm i
# Launch
$ npm run start
# Open localhost:3000 in your browserThis application is configured to use