Check out the app here https://whoyou-client.herokuapp.com/login
The server repo can be found here: https://github.com/mgjeffries/WhoYou-Server
This app was created with create-react-app. Dependencies: npm
- Clone the repo: https://github.com/mgjeffries/whoyou-client
- Move into the the repo that you just created
cd whoyou-client
- Run
npm install
- Run
npm start
- Note that the client will now be running locally, but it will make requests to the "production" server. If you want to make requests to a local server, change the path variable in
src/ServerPath.js
This app was created with create-react-app. Dependencies: npm
- Clone the repo: https://github.com/mgjeffries/whoyou-client
- Move into the the repo that you just created
cd whoyou-client
- Run
npm install
- Run
npm start
- Note that the client will now be running locally, but it will make requests to the "production" server. If you want to make requests to a local server, change the path variable in
src/ServerPath.js
- To push from main (you should push from main)
git push heroku master
If you are pushing from a branch (because it's a learning project) usegit push heroku myBranch:master
- Open the site
heroku open
- Thanks to my classmates in NSS Cohort 42 who worked on group projects with me, helped me debug, and made the last 6 months a lot of fun!
- Thanks to Steve Brownlee for excellent coaching, and for teaching me to let go of the perfect solution to go after the good solution!
- Thanks to our TAs: Kristen, James, Spencer, Moe, and Jack for their contagious enthusiasm, and constant support!
- Thanks to Julien Meysmans for the owl icon!