Skip to content

villevpe/tasks

Repository files navigation

Tasks

Simple todo / task editor built with React, Redux & TypeScript. Uses Webpack for bundling and Sass for styles. See it in action here.

Installation

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 browser

Environment variables

This application is configured to use

About

Simple task editor

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published