https://github.com/pushkar-anand/codechef-hackathon
Our app allows its user to use codechef on your phone. Using this app you can see ongoing contests, future contests, contest problems, practice problems, read problem statements and you solve the problems in the IDE inside the app. You can also set reminders for upcoming contests. Download the code from IDE to make submissions on codechef. This will help users to use codechef whenever they want to be it while travelling on bus/metro etc or during a boring lecture.
https://github.com/pushkar-anand/codechef-hackathon
Last synced: 2 months ago
JSON representation
Our app allows its user to use codechef on your phone. Using this app you can see ongoing contests, future contests, contest problems, practice problems, read problem statements and you solve the problems in the IDE inside the app. You can also set reminders for upcoming contests. Download the code from IDE to make submissions on codechef. This will help users to use codechef whenever they want to be it while travelling on bus/metro etc or during a boring lecture.
- Host: GitHub
- URL: https://github.com/pushkar-anand/codechef-hackathon
- Owner: pushkar-anand
- Created: 2018-09-29T19:18:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-12T06:07:37.000Z (over 6 years ago)
- Last Synced: 2025-02-05T09:49:11.093Z (4 months ago)
- Language: Java
- Homepage:
- Size: 11.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codechef-hackathon
**This project was built for [Codechef API hackathon](https://www.codechef.com/CAH1801/)**
Our app allows its user to use codechef on your phone. Using this app you can see ongoing contests, future contests, contest problems, practice problems, read problem statements and you solve the problems in the IDE inside the app. You can also set reminders for upcoming contests. Download the code from IDE to make submissions on codechef. This will help users to use codechef whenever they want to be it while travelling on bus/metro etc or during a boring lecture.
This repo has two folders `android-app` has the code for the android app and `php-backend` having code for the middleware api server b/w the android app and the codechef api server.
#### -> Head over to the php backend code [README.md](https://github.com/pushkar-anand/codechef-hackathon/blob/master/php-backend/README.md)
#### -> Head over to the android app code [README.md](https://github.com/pushkar-anand/codechef-hackathon/blob/master/android-app/README.md)