Lolle2000la / social-value-coding-challenge-2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 87.9%Language:CSS 9.4%Language:HTML 2.7%