Skillzometer is a platform designed for developers to easily evaluate their technical skills and showcase them effectively. This tool provides a visually appealing profile with skill indicators and integrates with your projects, assisting you in standing out in the competitive tech job market.
- JavaScript: Programming language for frontend development.
- React: A JavaScript library for building user interfaces.
- Redux: State management library for JavaScript applications.
- Redux Toolkit: A package for efficient Redux development.
- Ant Design: A React UI library with a set of high-quality components.
- axios: Promise-based HTTP client for the browser and Node.js.
- i18next: Internationalization framework for JavaScript.
- React Icons: A library of icons for React.
- UUID: A package for generating unique identifiers.
- Web Vitals: Library for measuring real user performance on your website.
- Clone the repository:
git clone <repository-url>
- Navigate to the client directory:
cd client
- Install dependencies:
yarn
- Start the development server:
yarn start
yarn start
: Runs the app in development mode.yarn run build
: Builds the app for production.yarn test
: Launches the test runner in interactive watch mode.yarn run eject
: Removes the single build dependency from your project.
The project is configured to support modern browsers, including the latest versions of Chrome, Firefox, and Safari.