Giter Club home page Giter Club logo

30-60-90's Introduction

30/60/90

Table of Contents

About

30/60/90 is a simple RiotJS application which reads in and displays information about personal goals to be completed within the next 30, 60, and 90 days.

Prerequisites

  • Node
  • npm

Installation

Fork the repository and clone it to your local file system.

Setup

Navigate to the root of the repository and run:

npm install

Usage

The data displayed by the application lives within src/config/index.js. Goals may be added, removed, or marked as complete by making adjustments to this file.

Before any adjustments can be previewed, the project must be rebuilt. This can be completed by running npm run build which compiles a new JavaScript bundle and stylesheet, and saves both to the docs/ folder. To view the results, open the docs/index.html file in a web browser.

Why are the compiled files saved to docs/ and not dist/ you ask? Simple, because this project has been structured around Github's GH Pages publishing requirements. To configure GH Pages, view this tutorial. Once the repo has been set up, the contents of the docs/ folder can be published by running npm run publish (or by pushing to the master branch).

Documentation

Currently, 30/60/90 does not include any external documentation.

For an overview of the project's evolution, please consult the CHANGELOG.

30-60-90's People

Contributors

jrmykolyn avatar

Watchers

 avatar  avatar

30-60-90's Issues

Add support for 'subitems'

OVERVIEW
Currently, each 'goal' object displays the contents of the 'items' array.

TODO
Update application so that:

  • each 'goal item' within the items array may contain an optional subitems array.
  • the front-end reads-in/displays the contents of the subitems array.

NOTE:

  • subitems should be an array of objects.
  • subitems object schema should match items object schema (ie.title, isComplete, etc.).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.