Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kateyst/react-native-shop
clothing store
https://github.com/kateyst/react-native-shop
animated css expo formik javascript react-native
Last synced: 10 days ago
JSON representation
clothing store
- Host: GitHub
- URL: https://github.com/kateyst/react-native-shop
- Owner: KateySt
- Created: 2024-01-16T16:03:44.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-26T18:54:02.000Z (10 months ago)
- Last Synced: 2024-11-07T00:47:03.379Z (about 2 months ago)
- Topics: animated, css, expo, formik, javascript, react-native
- Language: TypeScript
- Homepage:
- Size: 2.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShopApp
Welcome to ShopApp - your personal product management application built with React Native! This application offers numerous convenient features and an intuitive interface to manage your product list.
## Features- **Authentication and Authorization**: Registration and login allow you to save and manage your profile.
- **Dark and Light Theme**: Switch between light and dark theme to make usage more comfortable for your eyes.
- **Navigation and Animation**: Utilize Expo Navigation and Expo Animation for smooth transitions between screens and visual engagement.
- **Product Search**: Quickly and easily find the desired product with the search functionality by name.
- **Product Likes**: Mark your favorite products to save them for future purchases or viewing.
- **Product Cart**: Add products to your cart and manage them before checking out.
- **Product Categories and Sorting**: Organize your products by categories and sort them for convenient browsing.
- **User Profile**: View and edit your profile to customize your user experience.## Installation
1. Clone the repository: `git clone [email protected]:KateySt/react-native-shop.git`
2. Navigate to the project folder: `cd MyAwesomeShopApp`
3. Install dependencies: `npm install`
4. Start the application: `expo start`## Development Notes
- This application is built using React Native, Redux, Expo Navigation, and Expo Animation.
- Form management is handled using Formik.
- Use Redux for efficient state management of the application.
- Consider mobile aspects such as screen sizes and accessibility during development.