Skip to content

Commit

Permalink
remove old branding
Browse files Browse the repository at this point in the history
  • Loading branch information
TrillCyborg committed Jun 10, 2019
1 parent c154e5c commit c294b2e
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 105 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# OneFraction
# FullStack

This is a platform I began building for a client. After he signed and I began building he decided to pivot and not pay me. Sometimes you get screwed in business but at least now I have a cool boilerplate to give away.
This is a platform I began building for a client. After he signed and I started working he decided to pivot and not pay me. Sometimes you get screwed in business but at least now I have a cool boilerplate to give away.

[follow me on Twitter](https://twitter.com/TrillCyborg) - [follow the designer](https://twitter.com/traf)

![onefraction.gif](https://i.imgur.com/IPbLdHy.gif)
![fullstack.gif](https://i.imgur.com/jYb4YQL.gif)

## What is this?

OneFraction was supposed to be a platform that gave users rewards for paying their rent through the platform as opposed to check or bank transfer. The value would come from leveraging data to eventually create a rental marketplace where users can find the perfect apartment to move into.
This project was supposed to be an app where users receive benefits for paying their rent through the platform as opposed to check or bank transfer. Since this repo rose to the top of _Hacker News_, _r/programming_ and _Github_ I have decided it deserves a new life. So allow me to reintroduce it as a full-stack boilerplate with my current top picks for tech I like to use on client work.

If you're trying to expand into some of the technologies I'm using here, star it, fork it and start playing! Feel free to find my email at the bottom of [my site](https://trxrg.com/) and reach out with any questions.

## Stack

Expand All @@ -23,14 +25,16 @@ Accounts are set up using the wonderful `accounts.js` library.

### Generators

`type-graphql` and `graphql-codegen` are used to generate types for all my graphql resolvers to keep client and server totally and beautifully in sync.
`type-graphql` and `graphql-codegen` are used to generate types for all my GraphQL resolvers to keep client and server totally and beautifully in sync.

## Other cool things

I've included a number of animations using plain CSS and `react-spring`. If you're a react developer and want to animate your work learn `react-spring`. Thank me later. This project is using Plaid to access read info for users bank accounts.
I've included a number of animations using plain CSS and `react-spring`. If you're a react developer and want to animate your work learn `react-spring`. Thank me later. This project is using Plaid to access read info for users bank accounts and Google Place API for address lookup.

## Usage

To get this working right you'll need to create API keys for [Google Places](https://developers.google.com/places/web-service/intro) and [Plaid](https://plaid.com/). Then add them to the client and server config files.

```sh
# Run mongo
sudo mongod
Expand Down
4 changes: 2 additions & 2 deletions client/app.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "onefraction",
"displayName": "OneFraction"
"name": "fullstack",
"displayName": "FullStack"
}
23 changes: 0 additions & 23 deletions client/src/assets/images/icons/rewards.svg

This file was deleted.

25 changes: 0 additions & 25 deletions client/src/assets/images/logo-full.svg

This file was deleted.

16 changes: 0 additions & 16 deletions client/src/assets/images/logo-small.svg

This file was deleted.

2 changes: 1 addition & 1 deletion client/src/components/MainLayout/MenuIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Wrapper = styled(TouchableOpacity)`
padding: 10px;
position: fixed;
right: 50px;
top: 56px;
top: 50px;
`

const Icon = styled(Image)`
Expand Down
Loading

0 comments on commit c294b2e

Please sign in to comment.