Proffy is a platform to connect students and teachers. This platform allows students to search for classes/teachers that are available on the time given by the student. It also allows for teacher to create/register those classes.
This project was built during the Next Level Week. Next Level Week is a 100% online event promoted by Rocketseat that aims to take the skills of devs to the next level, where during a week we developed an app to explore different concepts on JavaScript.
This project was developed with the following technologies:
To start the project, install all dependencies first.
You can install using npm or yarn:
$ npm install or yarn install
Then run the project:
$ npm start or yarn start