A small e-commerce application built with Nuxt 3, utilizing TypeScript, Sidebase Auth for authentication, DummyJSON for product data, and Nuxt UI for a seamless user interface.
A small e-commerce application built with Nuxt 3, utilizing TypeScript, Sidebase Auth for authentication, DummyJSON for product data, and Nuxt UI for a seamless user interface.
- User authentication with Sidebase Auth
- Product listing fetched from DummyJSON
- Responsive UI with Nuxt UI
- Animated sorting options for product listings (Price: Low to High, Price: High to Low)
To get started with the project, follow these steps:
git clone https://github.com/devemrekaratas/nuxt3-mini-ecommerce.git
cd nuxt3-mini-ecommerce
Make sure you have Node.js installed, then run:
npm install
npm run dev
Visit http://localhost:3000 in your browser to see the application in action.
Feel free to contribute to this project by opening issues or submitting pull requests. Make sure to follow the coding guidelines and write clear commit messages.
This project is licensed under the MIT License.