NOTES:
- Video Link
- Codechef API (Swagger Documentation)
- Download APK File
To use the codechef Apis created by me click on the Link
CODECHEF-APP ⚡️
CODECHEF-APP is a Native Mobile app built using Django and React Native. It provides many functionalities:-
- Track your Progress on Codechef
- Track your Friends Progress on Codechef
- Notifies about the Latest Announcements on codechef
- Notifies about all contests (codechef as well as by other online JUDGES)
- Notifies codechef Upcoming contests
git clone https://github.com/jhabarsingh/CODECHEF-APP.git
cd CODECHEF-APP
python3 -m venv env # Python 3.6.9 or 3.7.0 version
source env/bin/activate
python3 -m pip install --upgrade pip
pip install -r requirements.txt
python manage.py runserver
git clone https://github.com/jhabarsingh/CODECHEF-APP.git
cd CODECHEF-APP
conda create -n codechef python==3.7
conda activate codechef
python3 -m pip install --upgrade pip
pip install -r requirements.txt
python manage.py runserver
sudo apt-get install docker docker-compose # Install docker, docker-compose on linux
git clone https://github.com/jhabarsingh/CODECHEF-APP.git
cd CODECHEF-APP
sudo docker-compose up
Click On The Above Image To Watch Demo
Install node | Install React Native
git clone https://github.com/jhabarsingh/CODECHEF-APP.git
cd CODECHEF-APP/app
npm install
expo start
- Click on The Link
- Download the apk file
- Install it on your Mobile Device or Android Emulator
- You can create an issue if you find any bug.
- You can work on an existing issue and Send PR.
- You can make changes in the design if it is needed.
- Even if you find any grammatical or spelling mistakes then also you can create an issue.
I would be glad to see a notification saying
User {xyz} created a Pull Request
. I promise to review it.