https://github.com/jongan69/soltrendiomobile
A Mobile app for viewing stock and crypto in a combined format
https://github.com/jongan69/soltrendiomobile
Last synced: over 1 year ago
JSON representation
A Mobile app for viewing stock and crypto in a combined format
- Host: GitHub
- URL: https://github.com/jongan69/soltrendiomobile
- Owner: jongan69
- Created: 2025-01-31T21:30:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-31T21:40:25.000Z (over 1 year ago)
- Last Synced: 2025-01-31T22:27:13.318Z (over 1 year ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to SolTrendio Mobile 👋
This is a SolTrendio Mobile project built with [Expo](https://expo.dev), leveraging the power of [`create-expo-app`](https://www.npmjs.com/package/create-expo-app).
## Get Started
1. **Install Dependencies**
Ensure you have Node.js installed, then run:
```bash
npm install
```
2. **Start the App**
Launch the development server with:
```bash
npx expo start
```
You'll have options to open the app in:
- [Development build](https://docs.expo.dev/develop/development-builds/introduction/)
- [Android emulator](https://docs.expo.dev/workflow/android-studio-emulator/)
- [iOS simulator](https://docs.expo.dev/workflow/ios-simulator/)
- [Expo Go](https://expo.dev/go), a sandbox for app development with Expo
3. **Develop Your App**
Begin development by editing files in the **app** directory. This project uses [file-based routing](https://docs.expo.dev/router/introduction).
## Reset the Project
To start fresh, run:
```bash
npm run reset-project
```
This will move the starter code to the **app-example** directory and create a new, blank **app** directory for development.
## Learn More
Explore these resources to deepen your understanding of Expo and app development:
- [Expo Documentation](https://docs.expo.dev/): Learn the basics or dive into advanced topics with our [guides](https://docs.expo.dev/guides).
- [Learn Expo Tutorial](https://docs.expo.dev/tutorial/introduction/): A step-by-step guide to creating a project for Android, iOS, and the web.
## Join the Community
Connect with other developers building universal apps:
- [Expo on GitHub](https://github.com/expo/expo): Explore our open-source platform and contribute.
- [Discord Community](https://chat.expo.dev): Engage with Expo users and ask questions.
## Features
- [List any key features of your app here]
- [Another feature]
- [And another one]
## Contributing
We welcome contributions! Please see our [contributing guidelines](link-to-contributing-guidelines) for more details.
## License
This project is licensed under the [Your License Name] - see the [LICENSE](link-to-license-file) file for details.