https://github.com/devbaraus/proffy_web
:rocket: Made to connect people who wants to learn more - Front End
https://github.com/devbaraus/proffy_web
css3 html5 javascript netlify reactjs rocketseat typescript
Last synced: 1 day ago
JSON representation
:rocket: Made to connect people who wants to learn more - Front End
- Host: GitHub
- URL: https://github.com/devbaraus/proffy_web
- Owner: devbaraus
- Created: 2020-08-09T11:13:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T23:16:53.000Z (over 3 years ago)
- Last Synced: 2023-03-04T01:03:37.544Z (over 3 years ago)
- Topics: css3, html5, javascript, netlify, reactjs, rocketseat, typescript
- Language: TypeScript
- Homepage: https://proffy.baraus.dev
- Size: 2.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README



---
> :rocket: Project made to connect students to teacher
## Table of contents
- [What is it](#what-is-it)
- [Technologies](#technologies)
- [Features](#features)
- [How to run](#how-to-run)
### What is it
That's project was idealized by [Rocketseat](https://www.rocketseat.com.br) 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.
### Technologies
- TypeScript
- ReactJS
- Netlify
- JWT
- [Web API](https://github.com/devbaraus/proffy_server) (Another repo)
### Features
- Authentication
- Give many classes as you want
- Each class has it's schedule
- User profile
- Avatar upload
- CRUD classes
### How to run
> If you want you can just live test on: [proffy.baraus.dev](https://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!