https://github.com/facpro070/ecommerce_nextjs
A beautiful ecommerce made with Next.js
https://github.com/facpro070/ecommerce_nextjs
api ecommerce javascript nextjs react redux typescript
Last synced: 3 months ago
JSON representation
A beautiful ecommerce made with Next.js
- Host: GitHub
- URL: https://github.com/facpro070/ecommerce_nextjs
- Owner: facpro070
- License: mit
- Created: 2025-01-27T03:58:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-27T04:15:05.000Z (over 1 year ago)
- Last Synced: 2025-03-23T07:32:14.459Z (over 1 year ago)
- Topics: api, ecommerce, javascript, nextjs, react, redux, typescript
- Language: TypeScript
- Homepage: https://next-ecommerce-front.vercel.app/
- Size: 4.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.