Skip to content

JeelRajodiya/clash-of-codes

 
 

Repository files navigation

Live Demo and Screenshots

Link - https://clash-of-codes-five.vercel.app/

image image image

About Clash of Codes

Clash of codes is a game organized by the Programming club of Ahmadabad University. The game is hosted on codeforces however, codeforces lacks an aesthetically pleasing UI. Using the codeforces API this project fetches the standings of an ongoing contest and displays them in a proper manner.

About this Repository

This Repository contains the code for the frontend of the project.

Figma

Figam designs of the project can be found here

Backend

Backend is made using express and is hosted on render. The code for the backend can be found here

Getting Started

After cloning the repo, install the dependencies using

npm install

run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.4%
  • CSS 15.3%
  • Other 0.3%