Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evdmatvey/ecommerce-frontend
Frontend of e-commerce application
https://github.com/evdmatvey/ecommerce-frontend
internationalization nextjs pages-router redux-toolkit
Last synced: 2 days ago
JSON representation
Frontend of e-commerce application
- Host: GitHub
- URL: https://github.com/evdmatvey/ecommerce-frontend
- Owner: evdmatvey
- License: mit
- Created: 2024-06-16T04:52:16.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T16:05:24.000Z (4 months ago)
- Last Synced: 2024-10-19T23:37:17.137Z (3 months ago)
- Topics: internationalization, nextjs, pages-router, redux-toolkit
- Language: CSS
- Homepage:
- Size: 304 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ecommerce-frontend
## About
Frontend part of the e-commerce app. Authorization and registration are supported, along with the ability to add items to a wishlist or cart, create an order and follow its delivery status, manage items by categories and filter them based on a variety of criteria, and manage many parts of application through the admin panel (like adding new brands / products / categories / etc.).
The figma layout of the application was found in the public domain. [The figma layout](https://www.figma.com/community/file/1376901695536369893)
## Technologies
- Next.js (14)
- Next-intl
- Redux toolkit (4.5.4)
- Axios (1.7.2)
- React hook form (7.52.0)## Environment
- Node 20.14.0
- npm 10.7.0## Common setup
Clone the repo and install the dependencies.
```
git clone https://github.com/evdmatvey/ecommerce-frontend.git
cd ecommerce-frontend
``````
npm install
```### Development
Run in development mode.
```
npm run dev
```Run code format checker.
```
npm run format
```### Build
```
npm run build
```## Developers
- [evdmatvey](https://github.com/evdmatvey)
## License
Project ecommerce-frontend is distributed under the MIT license.