https://github.com/scs805/cabbagecircuit
CabbageCircuit πΏπ’ is a React Native application that uses parallax scrolling for visually rich user interfaces π. It features animated header images πΌοΈ that adjust based on the scroll position π, with different background colors for light π and dark π modes. Users can explore content with smooth animations ποΈ and dynamic effects β‘, making i
https://github.com/scs805/cabbagecircuit
animated-webp node parallax-scrolling reactnative ui-design
Last synced: 3 months ago
JSON representation
CabbageCircuit πΏπ’ is a React Native application that uses parallax scrolling for visually rich user interfaces π. It features animated header images πΌοΈ that adjust based on the scroll position π, with different background colors for light π and dark π modes. Users can explore content with smooth animations ποΈ and dynamic effects β‘, making i
- Host: GitHub
- URL: https://github.com/scs805/cabbagecircuit
- Owner: scs805
- Created: 2024-07-11T23:08:33.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-25T21:25:26.000Z (over 1 year ago)
- Last Synced: 2025-04-13T10:11:31.977Z (about 1 year ago)
- Topics: animated-webp, node, parallax-scrolling, reactnative, ui-design
- Language: TypeScript
- Homepage:
- Size: 660 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CabbageCircuit
**CabbageCircuit** is a React Native application that uses parallax scrolling for visually rich user interfaces. It features animated header images that adjust based on the scroll position, with different background colors for light and dark modes. Users can explore content with smooth animations and dynamic effects, making it an interactive and immersive UI.
This app is built with the power of **react-native-reanimated** and **Expo** to create smooth parallax scrolling effects that adjust to the scroll position, creating an engaging experience.
---
## Features
- **Parallax Scrolling**: Animated header image that moves and scales as users scroll down the screen.
- **Themed Backgrounds**: Automatic adjustment of header backgrounds based on system color scheme (light/dark mode).
- **Responsive Design**: Optimized for both mobile and tablet devices.
- **Smooth Animations**: Using `react-native-reanimated` for interactive UI components.
---
## Tech Stack
### **Frontend**:
- **React Native**: For building native mobile apps using JavaScript and React.
- **React Navigation**: For routing and navigation between different screens.
- **Expo**: A framework and platform for universal React applications.
- **react-native-reanimated**: A library for creating smooth animations and transitions.
- **react-native-safe-area-context**: Provides support for safe area insets on devices with notches or rounded corners.
- **TypeScript**: For type safety and better development experience.
- **Jest**: For testing React components and logic.
---
## File Structure
The following is the file structure of the **CabbageCircuit** application:
```
cabbagecircuit/
βββ .expo/
β βββ types/
β β βββ router.d.ts
β βββ web/
β β βββ cache/
β β βββ production/
β β βββ images/
β β βββ favicon-48.png
β βββ devices.json
β βββ README.md
β βββ settings.json
βββ app/
β βββ (tabs)/
β β βββ _layout.tsx
β β βββ explore.tsx
β β βββ index.tsx
β β βββ profile.tsx
β βββ _layout.tsx
β βββ +html.tsx
β βββ +not-found.tsx
βββ assets/
β βββ fonts/
β β βββ SpaceMono-Regular.ttf
β βββ images/
β βββ adaptive-icon.png
β βββ favicon.png
β βββ icon.png
β βββ partial-react-logo.png
β βββ react-logo.png
β βββ react-logo@2x.png
β βββ react-logo@3x.png
β βββ splash.png
βββ components/
β βββ __tests__/
β β βββ __snapshots__/
β β βββ ThemedText-test.tsx.snap
β βββ navigation/
β β βββ TabBarIcon.tsx
β βββ Collapsible.tsx
β βββ ExternalLink.tsx
β βββ HelloWave.tsx
β βββ ParallaxScrollView.tsx
β βββ ThemedText.tsx
β βββ ThemedView.tsx
β βββ constants/
β β βββ Colors.ts
β βββ hooks/
β βββ useColorScheme.ts
β βββ useColorScheme.web.ts
β βββ useThemeColor.ts
βββ node_modules/
βββ scripts/
βββ .gitignore
βββ app.json
βββ babel.config.js
βββ expo-env.d.ts
βββ package-lock.json
βββ package.json
βββ README.md
βββ tsconfig.json
```
---
## Installation
1. **Clone the repository**:
```bash
git clone https://github.com/your-username/cabbagecircuit.git
cd cabbagecircuit
```
2. **Install dependencies:**:
```bash
yarn install
# or
npm install
```
3. **Start the development server:**
```bash
yarn start
# or
npm start
```
## Join the community
Join our community of developers creating universal apps.
- [Expo on GitHub](https://github.com/expo/expo): View our open source platform and contribute.
- [Discord community](https://chat.expo.dev): Chat with Expo users and ask questions.