NeuraCoin is a modern, cross-platform fintech application built with React Native and Expo, designed to provide users with a seamless cryptocurrency trading and portfolio management experience.
- User registration and login
- Email verification flow
- Secure token-based authentication
- Profile management
- Secure storage for sensitive data
- iOS (Native & Expo Go)
- Android (Native & Expo Go)
- Web (Progressive Web App)
- Real-time cryptocurrency market data
- Portfolio tracking and management
- Transaction history
- Market analytics and insights
- Secure crypto wallet simulation
- Dark theme with gradient designs
- Smooth animations and transitions
- Responsive design for all screen sizes
- Intuitive navigation with tab-based structure
- TypeScript for type safety
- State management with Zustand
- Local data persistence
- Toast notifications
- Pull-to-refresh functionality
- Offline-first architecture
- โ Authentication system
- โ Basic navigation
- โ Market data display
- โ Portfolio overview
- ๐ Real trading functionality
- ๐ Advanced charts and analytics
- ๐ Push notifications
- ๐ Biometric authentication
- ๐ Social features
- ๐ DeFi integration
- ๐ NFT marketplace
- ๐ Advanced trading tools
- ๐ Multi-wallet support
- Node.js (v20.19.4 or higher)
- npm or yarn
- Expo CLI
- Expo Go app on your mobile device
- Clone the repository
git clone https://github.com/yourusername/NeuraCoin.git
cd NeuraCoin- Install dependencies
npm install
# or
yarn install- Start the development server
npx expo start
# or
expo start- Run on device/simulator
- iOS: Press
iin the terminal or scan QR code with Camera app - Android: Press
ain the terminal or scan QR code with Expo Go app - Web: Press
win the terminal
- iOS: Press
NeuraCoin/
โโโ app/ # App routing (Expo Router v3)
โ โโโ (auth)/ # Authentication screens
โ โ โโโ login.tsx
โ โ โโโ register.tsx
โ โ โโโ verify.tsx
โ โ โโโ welcome.tsx
โ โโโ (tabs)/ # Main app tabs
โ โ โโโ index.tsx # Home screen
โ โ โโโ market.tsx # Market data
โ โ โโโ portfolio.tsx # Portfolio management
โ โ โโโ profile.tsx # User profile
โ โ โโโ transactions.tsx # Transaction history
โ โโโ _layout.tsx # Root layout
โโโ components/ # Reusable UI components
โ โโโ features/ # Feature-specific components
โโโ lib/ # Core utilities and services
โ โโโ api/ # API integrations
โ โโโ database/ # Local storage
โ โโโ services/ # Business logic
โ โโโ store/ # State management (Zustand)
โ โโโ utils/ # Helper functions
โโโ types/ # TypeScript type definitions
โโโ assets/ # Static assets
- Framework: React Native with Expo
- Language: TypeScript
- Navigation: Expo Router (file-based routing)
- State Management: Zustand
- Storage: AsyncStorage + Expo SecureStore
- UI: React Native + Expo Linear Gradient
- Icons: Expo Vector Icons
- API: CoinGecko API (with fallback mock data)
- Development: Expo Go for rapid development
Create a .env file in the root directory:
EXPO_PUBLIC_API_BASE_URL=https://api.your-backend.com
EXPO_PUBLIC_CRYPTO_API_KEY=your_crypto_api_keyThe app is configured in app.json:
{
"expo": {
"name": "NeuraCoin",
"slug": "neuracoin",
"version": "1.0.0",
"platforms": ["ios", "android", "web"]
}
}# Run tests
npm test
# Run tests with coverage
npm run test:coverage
# Run tests in watch mode
npm run test:watch# Build for iOS
expo build:ios
# Or with EAS Build
eas build --platform ios# Build for Android
expo build:android
# Or with EAS Build
eas build --platform androidTushar Verma
- GitHub: @vtushar06
- Expo team for the amazing development platform
- React Native community for continuous support
- Contributors and beta testers
Made with โค๏ธ by Tushar Verma