AliOsm / kontests

Competitive programming contests schedule

Home Page:https://kontests.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KONTESTS

Competitive Programming Contests Schedule, all at one place! Visit it here.

Supported Sites

  1. CodeForces ( including CodeForces::Gym )
  2. TopCoder
  3. AtCoder
  4. CS Academy
  5. CodeChef
  6. HackerRank
  7. HackerEarth
  8. Kick Start
  9. LeetCode
  10. Toph

Run it Locally

  1. Install Ruby programming language (version 2.5.0).
  2. Clone this repository.
git clone git@github.com:AliOsm/kontests.git
  1. To install all dependencies, move inside this directory and run the following.
cd kontests
bundle install
  1. Run Rails migrations to create the database.
rails db:migrate
  1. To start the server, install foreman gem and run it as follows.
gem install foreman
foreman start
  1. Now you can browse the application from localhost:5000

Built on top of KONTESTS

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/AliOsm/kontests.

License

The project is available as open source under the terms of the MIT License.

About

Competitive programming contests schedule

https://kontests.net

License:MIT License


Languages

Language:Ruby 58.2%Language:HTML 31.4%Language:SCSS 5.6%Language:JavaScript 4.5%Language:CoffeeScript 0.2%Language:Procfile 0.0%