Tiara16.com is an e-commerce website built using Next.js, JavaScript, and MongoDB. It is aimed at providing a platform for showcasing products and learning Next.js for frontend development.
- User Authentication and Authorization.
- Product Catalog.
- Shopping Cart.
- Checkout Process.
- Order Management.
- Payment Integration.
- Responsive Design.
- Social Media Integration.
- JavaScript
- Next.js
- MongoDB
- Clone the repository.
git clone https://github.com/nagrarohit/tiara
cd tiara
yarn install
MONGO_URI=<your_mongo_uri>
yarn dev
Pull requests for enhancements and changes are most welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the project.
- Create your feature branch (git checkout -b feature/YourFeature).
- Commit your changes (git commit -m 'Add some feature').
- Push to the branch (git push origin feature/YourFeature).
- Open a pull request.
This project is currently in development and intended for learning purposes. There is a possibility of it evolving into a real-world business application in the future.