Front-end application in ReactJS that evaluates a GitHub user profile on 10 criteria and assigns a grade to it.
React single-page application
- Routing is done using React Router
- State management via Hooks
- Scroll animations with aos
- Stylization done with Tailwindcss and PostCSS
- Build done with ViteJs
- Clone the repository and install the dependencies
npm install
- Start the frontend application locally
npm run dev
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?
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.