https://github.com/lucaspulliese/next-ecommerce
A beautiful ecommerce made with Next.js
https://github.com/lucaspulliese/next-ecommerce
cart ecommerce nextjs react reactjs redux typescript
Last synced: about 1 month ago
JSON representation
A beautiful ecommerce made with Next.js
- Host: GitHub
- URL: https://github.com/lucaspulliese/next-ecommerce
- Owner: lucaspulliese
- License: mit
- Created: 2020-06-25T21:28:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T02:20:55.000Z (6 months ago)
- Last Synced: 2024-12-17T03:27:56.834Z (6 months ago)
- Topics: cart, ecommerce, nextjs, react, reactjs, redux, typescript
- Language: TypeScript
- Homepage: https://next-ecommerce-front.vercel.app/
- Size: 3.89 MB
- Stars: 630
- Watchers: 12
- Forks: 237
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-NextJs - Next.js Ecommerce - [demo](https://next-ecommerce-front.vercel.app/) (Nextjs Templates)
README
# Comming soon
I know it's been a while since I updated this repo, but hopefully in the next months I can add more features on the project.
Thanks everyone who gave a star and forked it 🫶# Next.js Ecommerce
This repo contains a work in progress Ecommerce responsive made with Next.js, Redux, Redux-persist, Hooks, SCSS and BEM. If you like it please give it a star :)
## Getting started
It's easy to have it running locally.
Just do a `yarn install` to install the dependencies.
Then do a `yarn dev` to run it locally.## Backend
The backend of the project it's only mocked data. You can find them in `utils/data`.
The API is being handled by Next API routes.## Design
[This](https://www.xdguru.com/free-xd-ecommerce-ui-kit-by-iceo/) is the design of the project.
## Available pages
- Home page: /
- Products page: /products
- Product single page: /product/1
- Cart page: /cart
- Login page: /login
- Register page: /register
- 404 page: /page-not-found## Screenshots


## New features added - Nov 2024
- Updated Next version.
- Added eslint config.