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

https://github.com/pranavchiku/scheduler

A coding contest calendar. Website which reminds you when the contest start on your discord servers and email.
https://github.com/pranavchiku/scheduler

Last synced: 3 months ago
JSON representation

A coding contest calendar. Website which reminds you when the contest start on your discord servers and email.

Awesome Lists containing this project

README

        

# Scheduler
[![Django](https://img.shields.io/badge/django-%23092E20.svg?style=for-the-badge&logo=django&logoColor=white)](https://www.djangoproject.com/)
[![DjangoREST](https://img.shields.io/badge/DJANGO-REST-ff1709?style=for-the-badge&logo=django&logoColor=white&color=ff1709&labelColor=gray)](https://kontests.net/api)
## Overview
A website developed for reminding you about the coding contests.
It provides you email and discord message as a reminder.

## Built using:
- [Django :](https://www.djangoproject.com/) Django documentation used
- [Celery Module :](https://pypi.org/project/django-celery/) Celery module used
- [HTML: ](https://developer.mozilla.org/en-US/docs/Web/HTML) HTML documentation used
- [Javscript: ](https://developer.mozilla.org/en-US/docs/Web/JavaScript) Javscript framework used
- [CSS: ](https://developer.mozilla.org/en-US/docs/Web/CSS) CSS documentation used
- [Kontest Api: ](https://kontests.net/api) API documentation used
## Features
- Tabular representation of upcoming contests.
- Notification 5 mins prior
- On discord
- On email
- Easy search functionality O(logn) complexity
## Extension
Simplified entire application through a chrome extension which shows the contest in upcoming 24 hours.\
Along with that ideated another chrome extension to randomly pick a question from CodeForces platform on the basis of user's rating and selection of topic.