Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.59 KB

README.md

File metadata and controls

55 lines (39 loc) · 1.59 KB

TGE - Trybe Github Evaluator

Front-end application in ReactJS that evaluates a GitHub user profile on 10 criteria and assigns a grade to it.

Technologies used

React single-page application

Architecture diagrams

diagram

Setup

  1. Clone the repository and install the dependencies
npm install
  1. Start the frontend application locally
npm run dev

Routes

This project is using react-router-dom v6, have a look at /routes which is the directory that defines the available routes.

/
  • Represents the initial route and loads the index page
/aval
  • Represents the evaluation page and shows the user grade and specific criteria.
/tea or /418
  • What will it be?

Contributing

Feel free to contribute to this project, first fork this repository, then code your suggestions and open a pull request.

Or consider opening an issue on GitHub.

forthebadge