🚀 Project made to connect students to teacher
That's project was idealized by Rocketseat to a marathon called Next Level Week #2
where they teach, another devs and people that are getting into programming, how to use a stack of development (React JS, React Native and NodeJS).
The idea behind Proffy is to connect people that want to study to people that want to give classes, storing connections.
- TypeScript
- ReactJS
- Netlify
- JWT
- Web API (Another repo)
- Authentication
- Give many classes as you want
- Each class has it's schedule
- User profile
- Avatar upload
- CRUD classes
If you want you can just live test on: proffy.baraus.dev
- Clone the repository
https://github.com/devbaraus/proffy_web
- Get in the folder
cd proffy_web
- Install dependencies
npm/yarn install
- Execute script
npm/yarn start
Enjoy!