Social Value Coding Challenge 2023

This repository is part of a coding challenge by Social Value GmbH. The challenge is to create a SPA that matches the design provided by Social Value as closely as possible.

Building and runing

In order to run the project, run:

```bash
npm install
npm start
```

In order to build the project for production, run:

```bash
npm install
npm run build
```