Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spoorloos/bo_sv_unity
Final project for BO Module 5 "S.V Unity"
https://github.com/spoorloos/bo_sv_unity
Last synced: about 2 months ago
JSON representation
Final project for BO Module 5 "S.V Unity"
- Host: GitHub
- URL: https://github.com/spoorloos/bo_sv_unity
- Owner: Spoorloos
- Created: 2024-09-30T08:39:07.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T22:10:39.000Z (about 2 months ago)
- Last Synced: 2024-11-15T23:19:12.332Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://sv-unity.spoorloos.xyz
- Size: 3.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# S.V. Unity
This is my final project for BO Module 5 "S.V Unity".
![screenshot](/screenshot.png)
## About
A website for the student association "Unity" (S.V. Unity) in Amsterdam.
## Features
- Fully responsive
- Events fetched from database
- Sign up page (leads nowhere)
- Newsletter sign up (leads nowhere)
- Partner list## Technologies Used
- **Frontend**: React, NextJS, TailwindCSS, Typescript
- **Backend**: PHP (required, would've just used nextjs server actions otherwise), MariaDB## Setup
### Prerequisites
- [Git](https://git-scm.com/downloads)
- [NodeJS](https://nodejs.org/en/download/package-manager)
- [PNPM](https://pnpm.io/installation#using-npm)### Getting started
1. Clone the repository:
```bash
git clone https://github.com/Spoorloos/bo_sv_unity.git && cd bo_sv_unity
```2. Install project dependencies
```bash
pnpm i
```3. Start the development server
```bash
pnpm run dev
```