Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdsajalali/electronic-shop
This is a react & react-toolkit based typescript project .
https://github.com/mdsajalali/electronic-shop
html5 react-hot-toast react-icons react-router-dom react-toolkit reactjs tailwindcss typescript
Last synced: 15 days ago
JSON representation
This is a react & react-toolkit based typescript project .
- Host: GitHub
- URL: https://github.com/mdsajalali/electronic-shop
- Owner: mdsajalali
- Created: 2024-01-30T13:21:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-04T12:44:37.000Z (10 months ago)
- Last Synced: 2024-03-05T13:59:22.970Z (10 months ago)
- Topics: html5, react-hot-toast, react-icons, react-router-dom, react-toolkit, reactjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://shop-electronic.vercel.app/
- Size: 1.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electronic Shop
#### Live Link: [Electronic-Shop](https://shop-electronic.vercel.app/)
## All the packages used in this project:
- [x] [HTML](https://html.com/)
- [x] [TAILWINDCSS](https://tailwindcss.com/)
- [x] [REACT.JS](https://react.dev/)
- [x] [TYPESCRIPT](https://www.typescriptlang.org/)
- [x] [REACT-TOOLKIT](https://redux-toolkit.js.org/)
- [x] [REACT-ROUTER-DOM](https://reactrouter.com/en/main)
- [x] [REACT-HOT-TOAST](https://react-hot-toast.com/)
- [x] [Icons](https://react-icons.github.io/react-icons/)### 💻 Getting Started
1. Clone the repository:
```bash
git clone https://github.com/mdsajalali/electronic-shop.git
```2. Install dependencies:
```
cd electronic-shop
npm install
```3. Run the development server:
```
npm run dev
```