JobApp is a React Native application that helps users search and apply for jobs. The app features a login screen and a home screen that displays featured and popular job listings.
- User login with name and email
- Display user's name and email on the home screen
- Search for jobs
- Display featured and popular job listings
- Custom components for job cards with logos and styling
-
Clone the repository:
git clone https://github.com/your-username/JobApp.git cd JobApp -
Install the dependencies:
npm install
-
Start the application:
npm start
-
Open the Expo client on your device or emulator to view and interact with the application.
/JobApp
/assets
apple.png
beats-logo.png
burger-king-logo.png
facebook-logo.png
filter.png
google-logo.png
logo.png
profile-picture.png
/components
Card.js
FeaturedCard.js
/screens
LoginScreen.js
HomeScreen.js
App.js

