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

https://github.com/victorbravim/arenax

ArenaX Template Page
https://github.com/victorbravim/arenax

angular css game games landing-page tailwindcss template typescript

Last synced: 9 months ago
JSON representation

ArenaX Template Page

Awesome Lists containing this project

README

          

# 👾 ArenaX

![image 1](https://github.com/VictorBravim/ArenaX/assets/122113588/66c50612-f8b7-4522-9043-05da0c0114aa)

## 🚀 Overview

This project is an Angular application aimed at showcasing various features related to gaming events. It includes a landing page with a navigation menu and sections for different types of content such as games, about, and contact information.

## 📋 Requirements

- Node.js and npm
- Angular CLI

## 🔧 Installation

1. Clone the repository:

```
git clone https://github.com/VictorBravim/ArenaX.git
```

2. Navigate to the project directory:

```
cd ArenaX
```

3. Install the dependencies:

```
npm install
or
yarn install
```

4. Run the development server:

```
ng serve --open
```

## 🛠️ Project Structure

- NavComponent: Provides a navigation menu with links to different sections of the page.
- HeroComponent: Displays a hero section with a title and background image.
- GamesComponent: Features a carousel showcasing various gaming events.
- AboutComponent: Contains information about the gaming event or organization.
- ContactComponent: Displays contact information for users to get in touch.
- FooterComponent: Shows a footer section with additional links or information.

## 📄 License

- This project is licensed under the [MIT License](LICENSE).