- The is a Job Portal application. The app allows users to browse featured and popular job listings, search for jobs, and view detailed information about each job.
- User authentication (login)
- Browse featured jobs
- Browse popular jobs
- Search for jobs
- View detailed job information
- User profile display
-
HomeScreen: Main screen that displays the user's name, email, and job listings.
-
Forms: Login form for user authentication.
-
Content: Screen displaying job listings (featured and popular jobs).
-
Greetings: Welcome message for the user.
- FeaturedJobs: Component to display featured job listings.
- PopularJobs: Component to display popular job listings.
- Footer: Component to display social media login options.
To application can be cloned by running the command
git clone https://github.com/Nana-Yaw-Oteng/rn-assignment4-11038553
and then
cd Shoppie
to change the directory to where the app is located.
Run npm install
followed by the name of the dependency to install any dependency.
Run npm start
to start the app.
Contributions are welcome! Please open an issue or submit a pull request for any bug fixes or enhancements.