✨ Leave a Star On The Repository ✨
JESA (J'pura Employability Skills Awards), the ultimate platform for honoring the accomplishments of young talents. With 13 prestigious awards exclusively dedicated to undergraduates of the University of Sri Jayewardenepura, and a new special award open to students from other universities, JESA sets a remarkable standard for recognition.
Organized by the Career Skills Development Society of the University, this highly regarded award ceremony, initiated in 2015, continues to captivate audiences. Join us this year to witness the expansion of the JESA legacy, as talented undergraduates from diverse institutions compete for the coveted Best Innovator Award.
Prerequisites :
Install Bun:
Linux & macOS
$ curl -fsSL https://bun.sh/install | bash
Windows
> powershell -c "irm bun.sh/install.ps1 | iex"
We recomment using Bun for faster development and runtime
git clone https://github.com/University-Of-Sri-Jayewardenepura/jesa
cd jesa
bun install
ornpm install
bun run dev
ornpm run dev
App Structure
├── app
│ ├── api
│ │ ├── register
│ │ | ├── ...
│ ├── awards
│ │ ├── page.tsx
│ │ └── awards-card.tsx
│ ├── hall-of-fame
│ │ ├── page.tsx
│ │ └── hall-of-fame.tsx
│ ├── register
│ │ ├── page.tsx
│ │ ├── ...
│ ├── terms
│ │ ├── page.tsx
│ ├── layout.tsx
│ ├── not-found.tsx
│ └── page.tsx
│ └── error.tsx
│ └── sitemap.ts
│ └── fonts.ts
├── components
│ ├── ui
│ │ ├── alert-dialog.tsx
│ │ ├── button.tsx
│ │ ├── dropdown-menu.tsx
│ │ └── ...
│ ├── animated
│ │ ├── blur-in.tsx
│ └── ├── ...
│ ├── navbar.tsx
│ └── ...
├── constants
│ └── awards.ts
│ └── form.ts
│ └── ...
├── models
├── public
│ └── fonts
│ └── images
├── lib
│ └── utils.ts
│ └── mongodb.ts
├── bun.lockb
├── .env.example
├── components.json
├── LICENSE.md
├── next.config.js
├── package.json
├── postcss.config.js
├── README.md
├── tailwind.config.js
└── tsconfig.json