React Project with Chakra-UI, Axios, TypeScript

A web application built with React, Chakra-UI, Axios, and TypeScript, designed to help you practice your React skills. This project features sorting, searching, filtering, and support for both dark and light themes.

Features

  • Sorting: Easily sort your data based on specific criteria.
  • Searching: Quickly find data by searching for keywords.
  • Filtering: Filter your data to display only what's relevant to you.
  • Dark/Light Theme Support: Choose between dark and light themes for a personalized experience.

Getting Started

Follow these steps to get a local copy of the project up and running:

git clone https://github.com/madeelchaudhary/game-club.git
cd game-club
npm install
npm run dev

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.

  2. Create a new branch for your feature or bug fix:

    git checkout -b feature/your-feature-name
  3. Make your changes and commit them:

    git commit -m "Add your commit message here"
  4. Push your branch to your forked repository:

    git push origin feature/your-feature-name
  5. Open a pull request on the original repository.

  6. Your pull request will be reviewed, and once approved, it will be merged.