Skip to content

Harshathkulal/nyke

Repository files navigation

✔️Nyke

Full-stack e-commerce web application inspired by the official Nike website. Most pages are designed to closely replicate Nike's layout and user experience, including home, product listings, product detail, cart, and authentication flows etc.

Tech Stack

Frontend: Next.js/ React.js

Backend: Next.js

Database: PostgreSQL, NeonDB

Auth: Clerk

Payment: Strip (in-Progress)

Infrastructure: Vercel

Running Locally

  1. Clone the repository:
git clone https://github.com/Harshathkulal/nyke
  1. Navigate to the project directory:
cd nyke
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev

Usage

  1. Access the application in your browser:
http://localhost:3000

Contributing

We welcome contributions from the community! There are many ways to contribute to the Spark UI. Code is just one possible means of contribution.

To contribute follow these steps:

  1. Fork the repository.

  2. Clone the fork to your local machine:

git clone https://github.com/<your username>/nyke.git
cd nyke
  1. Create a new branch
git checkout -b feature/fooBar
  1. Make your changes and commit them
git commit -am 'Add some fooBar'
  1. Push to the branch
git push origin feature/fooBar
  1. Go to the repository and make a Pull Request.

For major changes, please open an issue first to discuss what you would like to change.

Read our contribution guidelines for more details.

Contributors

About

Nyke - Full-stack e-commerce web application inspired by Nike website.

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors