Skip to content

TheoThibodeau/Mentors-Front-End

 
 

Repository files navigation

Site Link

https://momentum-mentors.netlify.app

Description

Momentum Mentors is an app used to connect students in the Momentum Learning program with alums to setup mentorship sessions. It allows an alum to set their availability and for students to schedule a session based on that availability.

Features

  • Users can setup profiles as a mentor or mentee.
  • Mentors can set their skills and availability.
  • Mentees can schedule sessions with the mentors, filtered by skills and availability.
  • Menotrs can confirm sessions
  • Both mentor and mentee can cancel a session prior to session start time.

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

Apache2 License

Run Locally

Clone the project

  git clone https://github.com/TeamProductionSystem/Team_Production_System.git

Go to the project directory

  cd Team_Production_System

Install dependencies

  npm install

Start the server

  npm run start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

REACT_APP_BE_URL='https://team-production-system.onrender.com'

Endpoints

Link to Endpoints

Styling

Currently using MUI for styling.

Link to MUI documentation

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.2%
  • HTML 1.9%
  • CSS 0.9%