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
- Host: GitHub
- URL: https://github.com/victorbravim/arenax
- Owner: VictorBravim
- License: mit
- Created: 2024-05-24T20:57:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T19:23:01.000Z (about 2 years ago)
- Last Synced: 2025-01-05T03:25:49.907Z (over 1 year ago)
- Topics: angular, css, game, games, landing-page, tailwindcss, template, typescript
- Language: TypeScript
- Homepage: https://arena-x-zeta.vercel.app
- Size: 23.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 👾 ArenaX

## 🚀 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).