Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dodger213/ecommerce-store---next
A work-in-progress ecommerce website built using Next.js, Redux, Redux-persist, Hooks, SCSS, and BEM. The project aims to create a responsive and visually appealing ecommerce platform.
https://github.com/dodger213/ecommerce-store---next
ecommerce nextjs tailwindcss typescript vercel
Last synced: 13 days ago
JSON representation
A work-in-progress ecommerce website built using Next.js, Redux, Redux-persist, Hooks, SCSS, and BEM. The project aims to create a responsive and visually appealing ecommerce platform.
- Host: GitHub
- URL: https://github.com/dodger213/ecommerce-store---next
- Owner: dodger213
- License: mit
- Created: 2024-02-04T00:24:09.000Z (10 months ago)
- Default Branch: add-license-1
- Last Pushed: 2024-08-26T20:31:19.000Z (3 months ago)
- Last Synced: 2024-10-11T14:07:45.018Z (about 1 month ago)
- Topics: ecommerce, nextjs, tailwindcss, typescript, vercel
- Language: TypeScript
- Homepage:
- Size: 4.02 MB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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