Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

Latest commit

 

History

History
29 lines (15 loc) · 1.6 KB

File metadata and controls

29 lines (15 loc) · 1.6 KB

Resources

Here are some resources you can use to learn the tech stack of Contest Countdown

Javascript

This is a javascript project. Basic knowledge of javascript is a must for reading and writing code in this project.

If you are not familiar with javascript, then I would suggest:

Chrome API

Chrome extensions use the chrome API to communicate with the browser. If you want to contribute in the chrome extension side of this repository then you could learn chrome API from-

Gnome Javascript

If you want to work on the gnome extension then these resources will come in handy- (These resources are also helpful in developing gnome applications)

  • Tutorial for Gnome extensions. This will give you a basic overview of how extensions work, it is however not necessary to read this as the extension will already be structured.

  • Gjs Documentation very useful for looking up any unknown function you encounter while working on this project.

  • Moreover, the best way of learning to code is through example. Look up the Github repositories of other gnome plugins and steal their tricks!