Venus is an Application developed with React Native on a team basis work for the Malltina internship course.
This application displays random users from the following API endpoint.
https://randomuser.me/api/?results=20
As you can see in the Preview section, clicking on each user shows more information about that user. This app also has pagination, client-side search, and dark/light themes.
If you have not yet implemented a project with React Native on your system, first you need to set up the development environment.
Clone the project
git clone https://github.com/alizabetpoor/Venus.git
Go to the project directory
cd Venus
Install dependencies
npm install
Start the application
npx react-native run-android
The project's UI was designed by Marzieh Valizadeh, You can see that here.