Frontend Team: Benjamin Firth & Kayla Wood
Backend Team: Mary Lang & Christopher Kelling
Click here to launch the application on heroku.
Click here to view the backend repo for this project and documentation on the endpoints.
Click here to view the project board.
git clone
this repocd
into that directory- Run
npm install
- Run
npm start
and open your browser to the indicated url - Run
npm test
to view testing suite
This app connects users who are looking for a mentee/mentor relationship. Users can create a profile, search through all mentors (with filters), and message each other.
For this application, we built the backend and frontend from scratch. The frontend was built with React Hooks, Redux, graphQL, and Sass. This project was bootstrapped with Create React App. This project has a robust testing suite.
Want to learn more about our process building this app? Check out this presentation!
- React Hooks
- Redux
- graphQL
- Sass
- Jest/Enzyme