Skip to content

The Shoes Hub frontend repository serves as the cornerstone of the Shoes Hub platform, providing the user interface and interactive experience for buyers and sellers within the online shoe marketplace.

JayashSaini/ShoesHubFrontend

Repository files navigation

Shoes Hub Frontend

The Shoes Hub Frontend repository is the core component of the Shoes Hub platform, which serves as an online marketplace for buying and selling shoes.

Live Link

🏁 Installation

  1. Clone this repository to your local machine.
  2. Open the terminal in the repository directory.
  3. Install the packages:

```bash npm install ```

  1. Create `.env` file in the root folder and copy paste the content of `.env.sample`, and add necessary credentials.

💻 Running

  • To start project in development run

```bash npm run dev ```

  • To start project in production run

```bash npm run start ```

How to contribute

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix: `git checkout -b feat/your-feature-name` or `git checkout -b fix/your-bug-fix-name`.
  3. Make your changes and commit them using conventional commit messages: `git commit -am "feat: Add new feature"`. For more details on the commit format and other guidelines, please refer to the Contributor Guidelines.
  4. Push your changes to your forked repository: `git push origin feat/your-feature-name`.
  5. Submit a pull request to the main repository, explaining the changes you've made and providing any necessary details.

Developer Details

Name - Jayash Saini
Contact No. - 9079830785
Email ID - jayashysaini7361@gmail.com
LinkedIn - Linked

About

The Shoes Hub frontend repository serves as the cornerstone of the Shoes Hub platform, providing the user interface and interactive experience for buyers and sellers within the online shoe marketplace.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published