https://github.com/akaza21/algogeek
An online coding contest hosting website with features like ranking system, leaderboard, discussion room, practice problems, contests And code editor that supports more than one language.
https://github.com/akaza21/algogeek
bootstrap css django javascript
Last synced: 3 months ago
JSON representation
An online coding contest hosting website with features like ranking system, leaderboard, discussion room, practice problems, contests And code editor that supports more than one language.
- Host: GitHub
- URL: https://github.com/akaza21/algogeek
- Owner: akaza21
- Created: 2023-09-12T12:10:05.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T07:46:56.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T19:32:01.463Z (over 1 year ago)
- Topics: bootstrap, css, django, javascript
- Language: JavaScript
- Homepage:
- Size: 19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# algoGeek
To fully understand how the backend and front end of a website works, I decided to code something that I personally like a lot: An online coding contest hosting website with features like ranking system, leaderboard, discussion room, practice problems, contests And code editor that supports more than one language. The journey to get here was tough, but I believe I have learnt many valuable lessons along the way.
## Screenshots





## commands
**For Learner**
- Sign up / Login as a Learner
- Practice coding problems
- Participate in contets, get ranks, featured in leaderboard
- Get stars
- Make discussion rooms, join rooms
**For Curator**
- Sign Up / Login as Curator
- Apply For curator role, get verified.
- Set parctice problems
- Hold Contets
## Run Locally
- Clone the project
```bash
git clone https://github.com/shayan-cyber/algoGeek.git
```
- Make virtualenv
```bash
python -m virtualenv [env name]
```
- Activate virtualenv
```bash
. [env name]/Scripts/activate
```
- Install dependencies
```bash
pip install -r requirements.txt
```
## Tech Stack
**Frontend** Bootstrap, CSS, Javascript
**Backend:** django, Python, Hackerearth API, Javascript

## Feedback
If you have any feedback, please reach out to us at pragyash258@gmail.com