Skip to content

Shanky1001/Apex_Legends_Clone

Repository files navigation

Apex Legends Website Clone

Netlify Status

Welcome to the Apex Legends Website Clone project! This project is a replica of the official Apex Legends website, built using React and Tailwind CSS.

Table of Contents

Getting Started

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js and npm installed on your system.

Installation

  1. Clone the repository:

    git clone https://github.com/Shanky1001/Apex_Legends_Clone.git
    cd apex-legends-clone
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev

Technologies Used

  • React
  • Tailwind CSS
  • React Router
  • Webpack

Features

  • Home Page: A welcoming page introducing Apex Legends.
  • Legends Page: Information about the legends in the game.
  • Weapons Page: Details about the weapons used in Apex Legends.

Usage

  • Navigate to different pages using the header navigation links.
  • Explore the legends and weapons sections for more details.
  • Customize and expand the project as needed.

Data Sources

  • Legends and weapons data can be fetched from an API or added manually within components.

Contributing

Contributions are welcome! Please follow these guidelines when contributing to the project.

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes.
  4. Test your changes thoroughly.
  5. Create a pull request with a clear description of your changes.

Acknowledgments

Contact Information

For questions or feedback, please contact Shashank Rai.

Future Enhancements

  • Looking to add more pages.
  • Planning to add backend to provide data that has been collected.

References