Skip to content

Bloodw1n/top-sneakers

Repository files navigation


Logo

Best Sneakers

Online store of the best sneakers
View Demo

Built With

TypeScript React RTK Query React Router Jest SASS
TailwindCSS Styled Components Webpack NPM ESLint

Getting Started

Installation

  1. Get a free githubtoken
  2. Clone the repo (or clone the repo in some other way)
git clone https://<username>:<githubtoken>@github.com/<username>/top-sneakers.git
  1. Install NPM packages
npm install
  1. Run tests
npm run test
  1. Build the project
npm run build
  1. Run the project
npm run start

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".

Don't forget to give the project a star! Thanks again!

  1. Fork the Project

  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)

  3. Commit your Changes (git commit -m 'Add some AmazingFeature')

  4. Push to the Branch (git push origin feature/AmazingFeature)

  5. Open a Pull Request