An open API service indexing awesome lists of open source software.

https://github.com/wwebur/snulife-portal

A centralized academic portal for students and CRs to manage requests, announcements, deadlines, timetables, and academic resources. Built primarily using Next.js, TypeScript, and Supabase, with the initial interface prototyped through Lovable.ai for faster deployment. Features live updates, role-based access, and structured academic collaboration.
https://github.com/wwebur/snulife-portal

auth0 lovable-ai react sentry shadcn-ui supabase

Last synced: 17 days ago
JSON representation

A centralized academic portal for students and CRs to manage requests, announcements, deadlines, timetables, and academic resources. Built primarily using Next.js, TypeScript, and Supabase, with the initial interface prototyped through Lovable.ai for faster deployment. Features live updates, role-based access, and structured academic collaboration.

Awesome Lists containing this project

README

        

# SNULife Portal – Student Academic Community Platform

🚧 **Project Status:** Active Development

## Project Info

**Live URL**: [https://lovable.dev/projects/a25ed0ed-fa48-4a92-b4e7-bd2b130a2aa5](https://snulife-batchpage.lovable.app/)

## Features
- Student request and issue tracker with CR dashboard.
- Batch-wide community posts, course repositories, and academic resources.
- Interactive academic calendar and personalized timetable view.
- Fully responsive UI built with modern frameworks.

## What technologies are used for this project?

This project is built with .
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS

## How Can I Edit This Code?

There are multiple ways to edit and contribute to this project.

**Edit a file directly in GitHub**

- Navigate to the desired file(s).
- Click the "Edit" button (pencil icon) at the top right of the file view.
- Make your changes and commit the changes.

**Use GitHub Codespaces**

- Navigate to the main page of your repository.
- Click on the "Code" button (green button) near the top right.
- Select the "Codespaces" tab.
- Click on "New codespace" to launch a new Codespace environment.
- Edit files directly within the Codespace and commit and push your changes once you're done.

**Use your preferred IDE locally**
You can clone this repo and work locally using any IDE of your choice.
The only requirement is Node.js & npm installed – [install with nvm](https://github.com/nvm-sh/nvm#installing-and-updating)

Follow these steps:

```sh
# Step 1: Clone the repository using the project's Git URL.
git clone

# Step 2: Navigate to the project directory.
cd

# Step 3: Install the necessary dependencies.
npm i

# Step 4: Start the development server with auto-reloading and an instant preview.
npm run dev