https://github.com/object88/bbclient
https://github.com/object88/bbclient
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/object88/bbclient
- Owner: object88
- Created: 2017-03-15T01:56:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T02:12:43.000Z (about 9 years ago)
- Last Synced: 2025-01-29T17:29:06.393Z (over 1 year ago)
- Language: JavaScript
- Size: 292 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brighter, Blacker
Brighter, Blacker (BB) is a photo portfolio web application, meant to be used in conjunction with [bbservice](https://github.com/object88/bbservice).
## Architecture
On the client side, BB uses React to manage component rendering, and Relay to manage state & data fetching.
## Technical goals
* Use Google services to authenticate a user via SSO
* Transform relay's strange object shape into something more friendly towards react proptypes.
## Note
This application requires the schema file from `bbservice` to be copied to `/schema/schema.json`.
#### Front end
* ES6 via [Babel](https://babeljs.io/)
* [React](https://facebook.github.io/react/)
* [Relay](https://facebook.github.io/relay/)
#### Quality
* [ESLint](http://eslint.org/)
* [Flow](https://flowtype.org/)
* [Webpack](https://webpack.js.org/)
#### Package management
* [Yarn](https://yarnpkg.com/)