Skip to content

acolima/repoprovas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RepoProvas

RepoProvas is a system for students to share their exams.

Deployment: RepoProvas

Implemented features

  • Create a new account
  • Login and logout
  • Add a new exam
  • See all the exams from a discipline sorted by terms
  • See all the exams sorted by instructors
  • Search for a discipline or a instructor to see only their exams

Technologies

React React-Router-Dom Axios Material UI Vercel

How to run

  1. Clone this repository
git clone git@github.com:acolima/repoprovas.git
  1. Go to the project directory
 cd repoprovas
  1. Install dependencies
npm i
  1. Run project with
npm run dev
  1. You can optionally build the project running
npm run build
  1. Finally access http://localhost:3000 on your browser (port number may vary in some cases)

⭐ The requests are made from a URL that must be placed in an enviroment variable in the .env file (see .env.example file)

⭐ You can check the back-end repository of this project here and follow the instructions to run

Author

LinkedIn Gmail