CFUserSearch is a React application designed to search for Codeforces handles and display detailed information about Codeforces users, including profile pictures, ratings, maximum ratings, ranks, and contributions.
- Search by Handle: Input any Codeforces handle to retrieve user information.
- Profile Display: View profile pictures and basic personal information.
- Rating Information: Display current rating, maximum rating, and corresponding titles.
- Contribution Stats: Show user contributions to the Codeforces community.
To run CFUserSearch locally, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/CFUserSearch.git
-
Enter the directory
cd CFUserSearch
cd cfusersearch
-
Install dependencies:
npm install
-
Start the application:
npm run dev
This command runs the app in development mode. Open http://localhost:5173 to view it in your browser.
CFUserSearch utilizes the following technologies:
- React: A JavaScript library for building user interfaces.
- Axios: A promise-based HTTP client for making API requests.
- CSS: Used for styling components and layout.
Contributions are welcome! If you have any suggestions, bug fixes, or new features to propose, please feel free to submit a pull request. Before submitting, ensure your code adheres to the project's coding standards and does not introduce breaking changes.
This project is licensed under the MIT License. See the LICENSE file for more details.