Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-02T22:35:28.000Z (about 1 year ago)
- Last Synced: 2024-08-03T13:05:13.864Z (4 months ago)
- Topics: cart, ecommerce, nextjs, react, reactjs, redux, typescript
- Language: TypeScript
- Homepage: https://next-ecommerce-front.vercel.app/
- Size: 3.84 MB
- Stars: 585
- Watchers: 11
- Forks: 222
- 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
# Updates!
This new version contains an integration with redux-toolkit instead of redux and it's witch Typescript :)
# 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 :)
## 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
![Next Ecommerce screenshot](https://lucaspulliese.com/wp-content/uploads/2020/09/ecommerce-1.jpg)
![Next Ecommerce screenshot](https://lucaspulliese.com/wp-content/uploads/2020/09/ecommerce-2.jpg)
## Next TO-DO
- [X] Checkout page
- [ ] Add Facebook login
- [ ] Add Google login
- [ ] Add Proptypes on components
- [ ] Use CSS variables instead of static colors