Web application made with React for the project "Minha prova minha vida". The main goal of this application is to make study material like exams available to students in a simple way.
The API that serves this project can be found in minhaprovaminhavida_api.
- React
- Typescript
yarn
will download all dependencies;yarn run dev
will run webpack-dev-server.
Note: It's important to use yarn
to take advantage of the yarn.lock
maintaining in this way the determinism of the application.
- Upload form
- Social login (Facebook and Google)