An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Purple Proffy Logo



Repository size

GitHub last commit

Stargazers



---

> :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!