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

https://github.com/rashjredmund/casino_brand

an online casino brand home page
https://github.com/rashjredmund/casino_brand

casino home-page wheel-of-fortune

Last synced: 3 months ago
JSON representation

an online casino brand home page

Awesome Lists containing this project

README

        

## The Casino brand home page

- PWA logo

![PWA logo](./public//manifest-assets/icon-192x192.png)

- Brand Logo

![brand logo](./readme-assets/brand-logo.png)

## Getting Started

First, install dependencies:

```bash
npm install
# or
npm i
```

Now, run the development server with:

```bash
npm run dev
```

To, run the development tests with with jest, run:

```bash
npm run test
# or
npm run test:watch # in watch mode
```

### I'm currently running tests only for

- The Banner section,
- The About section and,
- The Testimonials section

## Live vercel deployment

[Casino brand](https://casino-brand.vercel.app/)

## APP preview

### Home Section(Banner) on landing page

![banner section](./readme-assets/banner.png)

### Top games section on landing page

![top-games](./readme-assets/top-games.png)

### Testimonial section on landing page

![testimonials](./readme-assets/testimonials.png)

### Footer section

![footer section](./readme-assets/footer-section.png)