zhangbq5858 / onyx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mindful Reflection Website

How to use this application?

  • Option 1: Use URL:
  • Option 2: Copy the repo and run npm start in the server and reflection directory

Demo User:
Email: lang@sina.com
Password: P123456

WHAT

A single page application which can help you to remember important information, such as class notes, and solutions of algorithm problem etc.

WHY

  • There is no fully stream based, cross platform tool in the market which can help us to remember meaningful notes (in Evernote) even through there are some partly working tools in the market like Anki, Revunote, and Reflect.
  • Be proud of building a meaningful project to solve a real-life problem

HOW

The theory to remember stuff in a long term is based on Space Repetition and Active Practicing.

How to deploy this application?

WHO

Here is the roles and assignments.

  • Login page @Ann
  • Data operations(input, edit, delete, update) @Boqun
  • Settled review cycle @Boqun
  • Bulk editing and processing @Bin
  • Metadata and data model desgin @Bin

Directory Structure

.

├── design

├── reflection

│ ├── public

│ └── src

├── resource

└── server

MORE

  • Code: source code
  • Wiki: meeting notes
  • Projects: tasks management
  • Issues: bugs and enhancement

Updates

2018-03-28: Use local persistance data storage (database) instead of Evernote in order to practice what we've learnt in the class.

2018-04-01: Setup the folder Directory Structure

About


Languages

Language:JavaScript 56.6%Language:CSS 39.0%Language:HTML 4.3%