https://github.com/kirankumar-matham96/shopping-app
A language and currency managing e-commerce app
https://github.com/kirankumar-matham96/shopping-app
e-commerce multi-currency multi-lingual react react-router-dom redux tailwindcss
Last synced: 3 months ago
JSON representation
A language and currency managing e-commerce app
- Host: GitHub
- URL: https://github.com/kirankumar-matham96/shopping-app
- Owner: kirankumar-Matham96
- Created: 2025-02-17T14:35:54.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-02-17T20:14:15.000Z (8 months ago)
- Last Synced: 2025-02-17T20:24:15.549Z (8 months ago)
- Topics: e-commerce, multi-currency, multi-lingual, react, react-router-dom, redux, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 1.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopping App
## Overview
The Shopping App is a Multi-Language and Multi-Currency Management and is designed to help businesses manage content in multiple languages and currencies. This app simplifies the process of localization and internationalization, making it easier to reach a global audience.
## Features
- **Multi-Language Support**: Easily add and manage content in multiple languages.
- **Multi-Currency Support**: Display prices and handle transactions in various currencies.
- **User-Friendly Interface**: Intuitive design for easy navigation and content management.
- **Localization**: Customize content based on the user's location.
- **Integration**: Seamlessly integrate with existing systems and platforms.## Installation
To install the app, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/kirankumar-Matham96/Shopping-App.git
```
2. Navigate to the project directory:
```bash
cd Shopping App
```
3. Install the dependencies:
npm
```bash
npm install
```
yarn
```bash
yarn add
```
pnpm
```bash
pnpm install
```## Usage
To start the app, run:
npm
```bash
npm run dev
```yarn
```bash
yarn dev
```pnpm
```bash
pnpm dev
```Open your browser and navigate to `http://localhost:5173` to access the app.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.