This is a simple portfolio mobile app built using React Native and Expo Snack. It showcases the basic features and capabilities of React Native for building mobile applications.
- Introduction: Display a brief introduction about yourself.
- Projects: Showcase your projects with brief descriptions and links.
- Skills: Highlight the skills or technologies you're proficient in.
- Contact Information: Provide ways for users to get in touch with you.
To run this app locally, follow these steps:
- Clone this repository to your local machine:
git clone https://github.com/your-username/portfolio-mobile-app.git
- Navigate to the project directory:
cd portfolio-mobile-app
- Install dependencies using npm or yarn:
npm install
# or
yarn install
- Start the Expo development server:
npm start
# or
yarn start
-
Use the Expo client app on your iOS or Android device to scan the QR code generated by Expo development server.
-
Once the app is built, you can interact with the portfolio mobile app on your device.
This project relies on the following dependencies:
- React Native
- Expo