RepoProvas

Website designed to help students by providing access to previous exams.

Try it out now at https://repo-provas-three.vercel.app

About

For now, my App has the folling features:

  • Add exams to the sistem
  • Search for exams by subject or professor

Technologies

The following tools and frameworks were used in the construction of the project:

How to run

  1. Clone this repository
  2. Clone the back-end repository at https://github.com/Ribeiro1300/RepoProvas_backend
  3. Install dependencies
npm i
  1. Run the front-end with
npm start
  1. Access http://localhost:3000 on your browser and enjoy!