Skip to content

Pal8304/Code_Climb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Code Climb

A web application to improve your competitive programming skills and to help you prepare for interviews.

The application is built using FastAPI and React and uses codeforces and acodedaily APIs to fetch problems.

How to run the frontend

    cd frontend
    cd my-app
    yarn install
    yarn start

How to run the backend

    cd backend
    python3 -m venv venv    
    source venv/bin/activate
    pip install -r requirements.txt
    uvicorn CF_ACD:app --reload

About

CF Problem suggestor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published