Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.32 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.32 KB

Portfolio Mobile App

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.

Portfolio-expo

Features

  • 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.

Getting Started

To run this app locally, follow these steps:

  1. Clone this repository to your local machine:
git clone https://github.com/your-username/portfolio-mobile-app.git
  1. Navigate to the project directory:
cd portfolio-mobile-app
  1. Install dependencies using npm or yarn:
npm install
# or
yarn install
  1. Start the Expo development server:
npm start
# or
yarn start
  1. Use the Expo client app on your iOS or Android device to scan the QR code generated by Expo development server.

  2. Once the app is built, you can interact with the portfolio mobile app on your device.

Dependencies

This project relies on the following dependencies:

  • React Native
  • Expo