https://github.com/sriramios/fakestore
FakeStore - react native application using redux toolkit.
https://github.com/sriramios/fakestore
react-native redux-toolkit typescript
Last synced: 2 months ago
JSON representation
FakeStore - react native application using redux toolkit.
- Host: GitHub
- URL: https://github.com/sriramios/fakestore
- Owner: sriramios
- Created: 2025-04-01T16:13:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-01T16:51:58.000Z (over 1 year ago)
- Last Synced: 2025-04-01T17:50:45.607Z (over 1 year ago)
- Topics: react-native, redux-toolkit, typescript
- Language: TypeScript
- Homepage:
- Size: 6.42 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FakeStore - React Native Application
## 📷 Screenshots

## 📌 Overview
FakeStore is a React Native e-commerce application that fetches and displays products from FakeStore API. It utilizes **Redux Toolkit** for state management, ensuring scalability and maintainability. The app provides a smooth shopping experience with modern UI components and efficient API handling.
## 🛠️ Tech Stack
- **React Native** - Cross-platform mobile development
- **Redux Toolkit** - Efficient state management
- **React Navigation** - Seamless navigation experience
- **Axios** - API integration
- **Styled Components** - Customizable UI styling
- **React Native Vector Icons** - Rich iconography
## 🎯 Features
- 📦 Browse products from FakeStore API
- 🛒 Add/remove items from cart
## 🚀 Installation & Setup
### Prerequisites
- Node.js (>= 16)
- React Native CLI
- Android Studio / Xcode (for running on a simulator or device)
## 📖 Project Structure
```
FakeStore/
│── src/
│ ├── components/ # Reusable UI components
│ ├── screens/ # App screens (Home, Details, Cart)
│ ├── store/ # Redux store configuration
│ ├── api/ # API calls using Axios
│ ├── styles/ # Global styles and themes
│ ├── assets/ # Images & icons
│── App.js # Entry point
│── package.json # Dependencies
│── README.md # Project documentation
```
## 📜 License
This project is open-source and available under the [MIT License](LICENSE).
---
### 🌟 Show Your Support
If you like this project, please ⭐ the repository and connect with me on [GitHub](https://github.com/sriramios). 🚀