/repoprovas

A simulation of an University exam repository app written in React that allows you to share exams and check older ones to study!

Primary LanguageJavaScript

You can check this project deployed: https://repo-provas-front-rho.vercel.app/
(The server take a few seconds to go online, if the required info is not appearing please wait a moment and then refresh the page)

📕 Summary

Technologies

  • HTML
  • JavaScript
  • React.js
  • CSS

Libraries

  • Styled Components
  • React Router Dom
  • Axios

Features

  • Upload an exam
  • List subjects
  • List professors
  • Select an exam

How to run

*API required (go to https://github.com/mateusrfon/repoprovas-api and follow the instructions).

Clone this repo with 'git clone https://github.com/mateusrfon/repoprovas.git' on a terminal
Go to the directory with 'cd repoprovas' and then you can run:

npm i

Installs all dependencies

npm start

Runs the app in the development mode.
If it doesn't start automaticaly, open http://localhost:3000 to view it in the browser.