Skip to content

tientrinh21/skrr

Repository files navigation

Skrr - Scholarship recommendation service

Hero img

The site is hosted on skrr-skku.vercel.app.

Table of contents

Built with

Frontend

Backend

Features

Scholarships

List all available scholarships, user can also use search params to find scholarships with more specific requirements.

For example, skrr-skku.vercel.app/scholarships?income=2&gpa=2.8&grade=1 will display scholarships with requirements that contains level 2 income, minimum GPA is lower than 2.8, and eligible for freshmen.

Pagination is also implemented

Scholarships page

Recommend me

Similar to Scholarships page but this use user account's information to search for suitable scholarships with extra search fields: universities, major, regions.

When user select a scholarship, a card will pop up displaying more information about the scholarship. The user can then click Apply button to direct to the application website.

Scholarship Info

In mobile, some requirements might be too long which lead to overflowing, a drawer will be shown when user click on the text.

Specific requirements drawer

Account

  • Login / Register

The auth was handled by PocketBase's built-in feature.

  • Update user's information

Update info

Author

Built by Tien Trinh