voltidev / things-clone

An attempt to make a close imitation of the Things app from Cultured Code.

Home Page:https://things-clone.firebaseapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Things app clone

It is an attempt to make a close imitation of the Cultured Code Things app. Just for fun.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd things
  • yarn install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • yarn lint:js
  • yarn lint:js --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

An attempt to make a close imitation of the Things app from Cultured Code.

https://things-clone.firebaseapp.com


Languages

Language:JavaScript 67.3%Language:HTML 20.8%Language:CSS 11.9%