An open API service indexing awesome lists of open source software.

https://github.com/riyavsinha/soulsaga

A personal identity and growth tracker
https://github.com/riyavsinha/soulsaga

Last synced: about 1 month ago
JSON representation

A personal identity and growth tracker

Awesome Lists containing this project

README

          

# SoulSaga
Welcome to SoulSaga! The site is intended to be a site for personal identity and growth tracking.

## Structure
This app mainly uses the React/Redux framework, with Rekit Studio as the IDE. This gives the app its opinionated structure which you can read about [here](http://rekit.js.org/docs/app.html). Main code will fall under `src/features/`:

`timeline`

Code for all timeline components. This includes the display, add event form, and event interaction dialogs.

`profile`

Code for user profile page.

`common`

Most authentication and data consent state handling.

`library`

Generic components put together into a slightly less generic component to reduce boilerplate.

`about`

Most simple text based pages, including about, privacy policy and terms of service.

`home`

Home page.