This project is an online shop built using Next.js. It features a modern and responsive design, allowing users to browse and purchase products seamlessly. The application includes functionalities such as product listing, searching, adding to cart, and user authentication.
- Product Listing: Users can view all available products with images, titles, descriptions, and prices.
- Search Functionality: Users can search for products by title or filter by price.
- Add/Edit/Delete Products: Admin users can add new products, edit existing ones, and delete products from the list.
- Responsive Design: The application is fully responsive and works on various devices and screen sizes.
- User Authentication: Users can create accounts, log in, and manage their profiles.
This project was bootstrapped with Next.js.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Builds the app for production to the .next folder.
It correctly bundles your application in production mode and optimizes the build for the best performance.
The build is minified, and the filenames include the hashes.
Your app is ready to be deployed!
Starts the application in production mode.
Ensure that you have built the application using npm run build first.
Runs ESLint to check for linting errors in your code.