Using React Native focusing on iOS, I worked on the app's user overview, including profile page, friends list mock, and user analytics which were built using D3JS. All built in 5 days.
- Node Package Manager
- Javascript
- A terminal :)
- Clone this repo to your local machine
- Setup packages and dependencies
- From within the user folder, run
npm install
- Seed the database with user information
- Run
npm run seed
- Start a server on a seperate terminal tab in your code editor
- Run
npm run server
- Start the app in your other tab using Expo!
- Run
npm run ios
- Take a Look!