Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 959 Bytes

File metadata and controls

17 lines (13 loc) · 959 Bytes

pafu

Submission repository for pafu for HackathonUG2k19.

CF-Suggester

A tool for all the CP loving teens of IIIT-H. CF-Suggester helps you become better at competitive programming by cleverly suggesting problems on Codeforces according to your submit history.

Enter your codeforces handle, and CF-Suggester will analyze your submission history on codeforces and create a model of which areas you stand strong in, and which areas require improvement. Based on this analysis, it recommends links to codeforces problems that you can solve to get better in your weak areas.

This project was bootstrapped with Create React App.

In the project directory, you can run:

npm install

This will install all required dependencies. Then run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.