Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 555 Bytes

README.md

File metadata and controls

22 lines (10 loc) · 555 Bytes

Code Calendar

keep an eye on active contests on various online judges and add them as an event to your calendar.

Install Flutter SDK throught Android Studio and then run the following commands

git clone https://github.com/stackbuffer/CodeCalendar

cd CodeCalendar

flutter pub get to get the required libraries

flutter run to run the debug version on yout device

Here's a screenshot

screenshot

Feel free to implement new features and contribute back to this project