All Projects → matheusfelipeog → proffy

matheusfelipeog / proffy

Licence: MIT License
Plataforma de estudos online para conectar alunos e professores de forma rápida e fácil. @Rocketseat

Programming Languages

typescript
32286 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to proffy

happy
Plataforma online para encontrar orfanatos e facilitar visitas. @Rocketseat
Stars: ✭ 24 (+14.29%)
Mutual labels:  event, nlw, rocketseat, omnistack, next-level-week
proffy-NLW
📓 Educational platform to connect teachers and students
Stars: ✭ 13 (-38.1%)
Mutual labels:  nlw, rocketseat, next-level-week, proffy
Proffy
👥 Plataforma de estudos online, onde é possível conectar alunos com professores. Este é um projeto que foi desenvolvido durante a Next Level Week #2 da @Rocketseat, durante os dias 3 à 7 de agosto de 2020.
Stars: ✭ 12 (-42.86%)
Mutual labels:  nlw, rocketseat, proffy, nlw-2
proffy
📚 A platform thats connects teachers and students
Stars: ✭ 14 (-33.33%)
Mutual labels:  nlw, rocketseat, next-level-week-2, proffy
proffy
React Native + ReactJS + NodeJS project developed on RocketSeat NexLevelWeek. This project is based on an application for connect students and teachers.
Stars: ✭ 30 (+42.86%)
Mutual labels:  nlw, rocketseat, proffy
proffy
📗 Sua plataforma de estudos online.
Stars: ✭ 24 (+14.29%)
Mutual labels:  rocketseat, proffy, nlw-2
DevQuiz
Dev.Quiz 👨‍💻 | Rocketseat 💜 - NLW 05 👩‍🚀
Stars: ✭ 25 (+19.05%)
Mutual labels:  nlw, rocketseat, next-level-week
move.it
🚀 Move It is a project to help people to make more exercises. Next Level Week #04 #NLW @Rocketseat - NLW
Stars: ✭ 27 (+28.57%)
Mutual labels:  nlw, rocketseat, next-level-week
proffy-discovery
🏫 Proffy - Your online study platform
Stars: ✭ 15 (-28.57%)
Mutual labels:  nlw, rocketseat
letmeask
This is a project developed during the Next Level Week Together, presented by Rocketseat during June 2021.
Stars: ✭ 41 (+95.24%)
Mutual labels:  nlw, rocketseat
be-the-hero
⚛️ Aplicação da 11ª Semana OmniStack da Rocketseat 🚀
Stars: ✭ 55 (+161.9%)
Mutual labels:  rocketseat, omnistack
NLW-Together-Elixir
Wabanex - Gerencie e acompanhe seus treinos na academia! Evento NLW Together organizado pela @Rocketseat 🚀
Stars: ✭ 15 (-28.57%)
Mutual labels:  nlw, rocketseat
happy-web
Project built during Rocketseat's Next Level Week #3
Stars: ✭ 19 (-9.52%)
Mutual labels:  nlw, rocketseat
Happy
Happy 🥳 | Rocketseat 💜 - NLW 03 👩‍🚀
Stars: ✭ 61 (+190.48%)
Mutual labels:  nlw, rocketseat
next-level-week-clone
🧬a clone of the Next Level Week website made with reactjs using typescript
Stars: ✭ 13 (-38.1%)
Mutual labels:  nlw, rocketseat
SemanaOmnistack10
⚛️ Projeto desenvolvido na Semana Omnistack 10ªed.: Rocketseat
Stars: ✭ 50 (+138.1%)
Mutual labels:  rocketseat, omnistack
ask-me-bro
Every question has an answer. Learn and share knowledge with others. Askmebro.
Stars: ✭ 48 (+128.57%)
Mutual labels:  nlw, rocketseat
league-lazy-event
💤 Provides a LazyListener for use with League\Event which allows for lazy fetching of actual listeners.
Stars: ✭ 14 (-33.33%)
Mutual labels:  event
egg-bus
🐣 用 egg 编写优雅的队列与事件
Stars: ✭ 38 (+80.95%)
Mutual labels:  event
node
Projeto com os fundamentos em javascript, html, css, node e react dos treinamentos.
Stars: ✭ 14 (-33.33%)
Mutual labels:  rocketseat

Nome e edição do evento Sistema web Ok Server Ok Aplicativo mobile No License

Logo da Proffy

📌 Index

Sobre o projeto

Uma plataforma de estudos online que visa conectar alunos e professores de forma rápida e fácil.

O projeto está sendo desenvolvido na Next Level Week 2

📸 Screenshots

Interface Web para Desktop

Landing Page Proffy in Desktop Study Page in Desktop

Interface Web para Mobile

Landing Page Proffy in Mobile Study Page in Mobile

🛠 Techs

Proffy foi construído com as seguintes techs:

Instalação e Start

Certifique-se de que tenha o Node.js e um gerenciador de dependências em seu ambiente antes de seguir os passos abaixo.

Para instalar e startar a plataforma Proffy, use npm ou yarn:

Clonagem

Primeiro, clone o repositório para seu ambiente:

> git clone https://github.com/matheusfelipeog/proffy.git 

Depois, entre no repositório clonado e no diretório correspondente ao que quer testar (web, server). Logo após, insira os seguintes comandos no seu terminal para cada diretório respectivamente:

Web

# Entra no diretório "web"
> cd ./proffy/web

# Instala todas as dependências
> yarn install 

# Starta o servidor web para a plataforma Proffy
> yarn start 

Será startado em http://localhost:3000

Server

# Entra no diretório "server"
> cd ./proffy/server

# Instala todas as dependências
> yarn install 

# Starta o servidor web para a plataforma Proffy
> yarn start 

Será startado em http://localhost:5000

🤝 Contribuições

Siga os passos abaixo para contribuir:

  1. Faça o fork do projeto (https://github.com/matheusfelipeog/proffy)

  2. Clone o seu fork para sua maquína (git clone https://github.com/user_name/proffy.git)

  3. Crie uma branch para realizar sua modificação (git checkout -b feature/name_new_feature)

  4. Adicione suas modificações e faça o commit (git commit -m "Descreva sua modificação")

  5. Push (git push origin feature/name_new_feature)

  6. Crie um novo Pull Request

  7. Pronto, agora só aguardar a análise 🚀

📜 License

O projeto está sobre a licença MIT ❤️

Gostou? Deixe uma estrelinha para ajudar o projeto

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].