You can find the deployed project at https://cryptolytic-production.netlify.com/ .
Jeff Oliver | Micah Riley | Luis Mendes | Richard Esquivel | Mike Nguyen |
---|---|---|---|---|
Ross Fisher | Kyle Haggin | Emmett Boudreau | Mason Karsevar |
---|---|---|---|
- Save users time from doing their own technical analysis by providing trading recommendations.
- Analysis on arbitrage history data and technical signals used to power the end product.
- Help people who are new to the space learn and understand crypto-currency.
- Products, features, branding, and messaging are fully compliant with US laws and standards
- Intuitive design and user on-boarding process (compliant for all crypto-currency experience levels).
-Familiarity with building out applications with the React front end framework and Javascript language was a primary motivation for utilizing React.
- Allows us to handle state when building the saving of preferences for the signed in users and will allow future development teams to build out further feature sets and release cycles with a robust state management system in place.
NodeJS, Knex, Express: Node has built in support for JavaScript development allowing the team to utilize our combined experience with these tech stacks decreasing development time. Express has excellent compatibility with Node.JS allowing us to build out a REST based API.
Firebase allows multiple authentication pathways, and we utilized username and password authentication. Built in enterprise level security in the product.
CoinGecko API Implemented using a wrapper for the api located here
Run yarn install or NPM install to download all of the needed dependencies.
* build - creates a build
* start - starts the application after a build
* test - runs tests location in src/tests folder
See Front End Documentation for details on how the reusable components were designed for the table and other features within the Front End.
See Backend Documentation for details on the backend of our project.