Skip to content

Latest commit

 

History

History
69 lines (45 loc) · 1.52 KB

README.md

File metadata and controls

69 lines (45 loc) · 1.52 KB

Esports Tournaments

This is the frontend for the Esports Tournament application built with React. It includes various components such as Home, Signup, and Login pages, as well as several reusable components like NavBar, Slider, MatchSlider, FAQ, GetInTouch, and Footer.

Table of Contents

Installation

  1. Clone the repository:
    https://github.com/AyubHembrom/Tournament.git
    
    

2.Navigate to the project directory:

cd Tournament

3. Install the dependencies:
```sh
npm install
 

## Usage

1. Start the development server:
npm start

2.Open your browser and navigate to http://localhost:3000.



## Components
NavBar
The NavBar component includes navigation links and a profile dropdown.

Slider
The Slider component displays a slideshow of images with text overlays.

MatchSlider
The MatchSlider component displays upcoming matches in a sliding format.

FAQ
The FAQ component displays frequently asked questions in an accordion format.

GetInTouch
The GetInTouch component provides contact information.

Footer
The Footer component displays the footer with links and social media icons.

Routes
/ - Home page
/login - Signup page
/signup - Signup page


Contributing
Contributions are welcome! Please open an issue or submit a pull request for any changes.

License
This project is licensed under the MIT License.