Skip to content

Latest commit

 

History

History
49 lines (47 loc) · 1.92 KB

File metadata and controls

49 lines (47 loc) · 1.92 KB

RepoProvas 🎓

Submit and find the tests that you need the most!

Preview 👀

Repoprovas preview

About 🔎

This is an web aplication wich students can share their old tests and find the one they need.

Implemented features ✅

  • List of subjects
  • List of professors
  • Submit a test
  • List tests by its category
  • Open a test
  • Mobile version

Future improvements 🔮

  • Aprimorate database
  • Show how many tests have in each subject
  • Sign up
  • Log in
  • Profile page
  • Add a professor/subject/course

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
  3. Follow instructions to run back-end
  4. Install dependencies
npm i
  1. Run the front-end with
npm start
  1. You can optionally build the project running
npm run build
  1. Finally access http://localhost:3000 on your favorite browser