ibandim123 / NLW_2

Project made to connect teachers to students, made in Next Level Week #2 by @Rocketseat#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proffy

Isaac Costa GitHub last commit

πŸš€ Project made to connect teachers to students, made in Next Level Week #2 by @Rocketseat#

πŸ“Œ Table of Contents#

Technologies Features How to Run Found a bug? Missing a specific feature? Contributing License

πŸ“₯ Figma layout available for download at:#

Direct Download Direct Download

Web Screenshot

πŸ’» Technologies

This project was made using the follow technologies:

NodeJs Typescript React

πŸš€ Features

Website to sign up teachers and students. App to connect teachers and students. πŸ‘· How to run

Clone Repository

$ git clone https://github.com/ibandim123/Nextlvl_Week_Proffy.git πŸ“¦ Run API

Go to server folder

$ cd backend/

Install Dependencies

$ yarn install or npm install $"@testing-library/jest-dom": "^4.2.4", $"@testing-library/react": "^9.3.2", $"@testing-library/user-event": "^7.1.2", $"@types/jest": "^24.0.0", $"@types/node": "^12.0.0", $"@types/react": "^16.9.0", $"@types/react-dom": "^16.9.0", $"axios": "^0.19.2", $"react": "^16.13.1", $"react-dom": "^16.13.1", $"react-router-dom": "^5.2.0", $"react-scripts": "3.4.1", $"typescript": "~3.7.2"

Run Aplication

$ yarn start or npm run start Access API at http://localhost:3001/

πŸ’» Run Web Project

Go to web folder

$ cd web/

Install Dependencies

$ yarn install or npm install

Run Aplication

$ yarn start or npm run start Go to http://localhost:3000/ to see the result.

πŸ“±

Install Dependencies

$ yarn install or npm install

Run Aplication

$ yarn start or npm run start Aferter read the QRCode with the app of expo or run on emulator.

πŸ› Issues#

Feel free to file a new issue with a respective title and description on the the Proffy repository. If you already found a solution to your problem, i would love to review your pull request!

πŸŽ‰ Contributing#

Check out the contributing page to see the best places to file issues, start discussions and begin contributing.

πŸ“• License

Released in 2020 πŸ“• License

Made with love by Isaac Costa πŸš€. This project is under the MIT license.

Give a ⭐️ if this project helped you!

About

Project made to connect teachers to students, made in Next Level Week #2 by @Rocketseat#


Languages

Language:TypeScript 60.3%Language:CSS 38.2%Language:HTML 1.5%