Devrate - Frontend
Overview
Welcome to the frontend repository of our Deverate App! This application is designed to assist in identifying and
evaluating developer levels during interviews with experts. This README provides essential information for frontend
developers contributing to or exploring this project.
Features
- Developer Level Assessment: The application facilitates the assessment of developers based on their skills,
experience, and expertise.
- User-Friendly Interface: An intuitive and user-friendly interface for smooth navigation and interaction.
- Real-time Feedback: Instantaneous feedback and scoring mechanisms to aid in the evaluation process.
Developer Levels
The app utilizes a structured system to identify and categorize developers into different levels based on their skills
and experience. The levels include:
- Junior Developer
- Intermediate Developer
- Senior Developer
- Lead Developer
Tech Stack
The frontend of the application is built using modern web technologies and frameworks, including:
Test Account
For testing and demonstration purposes, use the following credentials:
-
User 1
- Email: john.rate3@tutamail.com
- Password: Dev1234!!
-
User 2
- Email: dev.rate3@proton.me
- Password: Dev1234!
How to Contribute
- Fork the repository.
- Create a new branch for your changes.
- Make your modifications and improvements.
- Test thoroughly to ensure your changes work as expected.
- Submit a pull request.
Getting Started
To run the application locally, follow these steps:
- Ensure you have Node.js version 20.12.2 installed.
- Clone the repository to your local machine.
- Navigate to the project directory.
- Run
npm install
to install dependencies.
- Run
npm start
to start the development server.
Resources
to be added later