Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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"

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
```