Skip to content

SheCodesAus/layer_8_victory_frontend_bris_2023

Repository files navigation

Contributors Forks Stargazers Issues


Logo

MentorShip

MentorShip connects professionals in the technology industry with aspiring coders.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. Contact

About The Project

MentorShip’s purpose is to make finding and choosing mentors for She Codes workshops seamless. This repository hosts the code for the front end of the website. You can find the back end repository here. The deployed project can be found here.

(back to top)

Built With

  • ReactJS

(back to top)

Getting Started

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/SheCodesAus/layer_8_victory_frontend_bris_2023

# Go into the repository
$ cd layer_8_victory_frontend_bris_2023

# Install dependencies
$ npm install
$ npm install react-router-dev

# Run the app
$ npm run dev

Note If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Using/testing

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

Mentorship was created by

  • Andrea del Pilar Rivera Peña
  • Jenny Waller
  • Maya Dominice
  • Oriyan Nadav
  • Rosie Maguire

If you would like to get in contact with the application creators, you can do so by emailing mentorshiplayer8@gmail.com

(back to top)