Skip to content

ACDLadder is a reconstruction of C2 Ladders with updated data set and tons of new features. Happy codin!

License

Notifications You must be signed in to change notification settings

kidkai25/ACDLadders

 
 

Repository files navigation

ACD Ladders

The website hosts those problems which have statistically been proven to help users increase their rating. In order to produce these problems the data of more than 45k active users (codeforces) was analysed. In order to know more about the script, feel free to check the code at https://github.com/i-pranav/scripts-for-ladders

The website is live at https://ACodeDaily.com

The website was forked but then had significant changes both in terms of backend and frontend, The frontend speaks for iself. On the backend we have shifted from the mongodb architecture to a complete json approach as the same set of calls were being made to mongodb. It didn't make any sense to query the db for the same queries. Out of the available options i.e. cahching, storing everything locally. we decided to store everything locally due to multiple reasons, which is out of the scope of this discussion.

how to build?

There are 2 components backend and frontend. The frontend won't be able to populate the problems without support from backend. hence please deploy the backend first using npm. Thereafter deploy the frontend. Thanks!

About

ACDLadder is a reconstruction of C2 Ladders with updated data set and tons of new features. Happy codin!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 66.8%
  • JavaScript 21.2%
  • HTML 5.5%
  • CSS 5.5%
  • Dockerfile 1.0%