An open API service indexing awesome lists of open source software.

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.

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

![App Screenshot](https://i.imgur.com/sOf3piL.png)
![App Screenshot](https://i.imgur.com/tMyDXxy.png)
![App Screenshot](https://i.imgur.com/UCvuiE1.png)
![App Screenshot](https://i.imgur.com/WZuh089.png)
![App Screenshot](https://i.imgur.com/S7TzpXd.png)


## 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

![Logo](http://algo-geek.herokuapp.com/static/algoGeek.png)


## Feedback

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