RepoProvas came to help students to find old exams from Chemistry course in one place and no longer have hunt it in the university or even spend lots of money with photocopies!!
In this application students can upload an exam saved online as pdf and search old exams by subjects ou by teachers!
Try it out now at https://repoprovas-nu.vercel.app/
This is a web application where people can send a old exam and search for old exams by teacher or by subject. Below are the implemented features:
- Exam search by Subject
- Exam search by Teacher
- Required fields to fill to send an exam
- Successfully page when a sent is done successfully
- React.js
- React-router
- Styled-components
- Axios
- Dayjs
- Joi
- API from https://github.com/jumeneguete/repo-provas-back
- Clone this repository
- Clone the back-end repository at https://github.com/jumeneguete/repo-provas-back
- Follow instructions to run back-end at https://github.com/jumeneguete/repo-provas-back
- Install dependencies
npm i
- Run the front-end with
npm start
- You can optionally build the project running
npm run build
- Finally access http://localhost:3000 on your favorite browser.