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.
Frontend: Next.js/ React.js
Backend: Next.js
Database: PostgreSQL, NeonDB
Auth: Clerk
Payment: Strip (in-Progress)
Infrastructure: Vercel
- Clone the repository:
git clone https://github.com/Harshathkulal/nyke- Navigate to the project directory:
cd nyke- Install dependencies:
npm install- Start the development server:
npm run dev- Access the application in your browser:
http://localhost:3000We welcome contributions from the community! There are many ways to contribute to the Spark UI. Code is just one possible means of contribution.
-
Clone the fork to your local machine:
git clone https://github.com/<your username>/nyke.git
cd nyke- Create a new branch
git checkout -b feature/fooBar- Make your changes and commit them
git commit -am 'Add some fooBar'- Push to the branch
git push origin feature/fooBar- 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.