Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simplecyber/aora
My first REACT NATIVE project , build my first app ... π
https://github.com/simplecyber/aora
Last synced: 24 days ago
JSON representation
My first REACT NATIVE project , build my first app ... π
- Host: GitHub
- URL: https://github.com/simplecyber/aora
- Owner: SimpleCyber
- Created: 2024-08-15T04:41:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T05:14:11.000Z (5 months ago)
- Last Synced: 2024-08-16T05:47:18.793Z (5 months ago)
- Language: JavaScript
- Size: 3.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aora
**Aora** is a full-stack React Native application designed to provide users with a seamless experience for browsing and interacting with video content. This app includes features like dynamic home screens, robust authentication, and engaging animations.
## π± App Features
- **Secure Authentication**
- **Dynamic Home Screen**
- **Pull-to-Refresh**
- **Full-Text Search**
- **Tab Navigation**
- **Media Upload**
- **Profile Screen**## πΌοΈ App Screenshots
Hereβs a glimpse of the main pages of the app:
| **Signup** | **Login** | **Home** | **Create** | **Profile** |
|------------|-----------|----------|------------|-------------|
| ![Signup](https://github.com/SimpleCyber/Aora/blob/main/images/signup.jpg) | ![Login](https://github.com/SimpleCyber/Aora/blob/main/images/login.jpg) | ![Home](https://github.com/SimpleCyber/Aora/blob/main/images/home.jpg) | ![Create](https://github.com/SimpleCyber/Aora/blob/main/images/create.jpg) | ![Profile](https://github.com/SimpleCyber/Aora/blob/main/images/profile.jpg) |## π App Installation
You can install the app on your Android device by clicking the link below or scanning the QR code:
[Install the App] click the link π
https://expo.dev/accounts/dear_coder03/projects/nativeCrashCourse/builds/dd3898bc-6b33-49e0-860c-3160b01fee39
### Clone the Repository
To explore the code or contribute to the project, clone the repository using the following command:
```bash
git clone https://github.com/SimpleCyber/Aora.git
```
## π Tech Stack- **Frontend**: React Native, Expo
- **Backend**: Node.js, Express.js
- **Database**: MongoDB
- **Authentication**: JWT (JSON Web Tokens)## π οΈ Installation and Setup
1. **Clone the repo:**
```bash
git clone https://github.com/SimpleCyber/Aora.git
cd Aora
```2. **Install dependencies:**
```bash
npm install
```3. **Start the development server:**
```bash
npm start
```You can now open the app in an Android emulator or on a physical device using Expo.
4. **Backend setup:**
- Make sure to set up the backend by following the instructions in the `backend` folder.## π License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## π€ Contributing
Contributions are welcome! Please fork the repository and submit a pull request for any feature additions, bug fixes, or improvements.