-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Create PromptCard Component for Mobile Glimpse Page
Description
We need to create a new PromptCard component for the Mobile Glimpse page. Follow the steps below to set up your development environment and create the component.
Steps
-
Pull the Latest Changes:
- Make sure your local repository is up to date. Run:
git pull
- Make sure your local repository is up to date. Run:
-
Start the Development Server:
- Navigate to the
Glimpse-Mobiledirectory:cd Glimpse-Mobile - Run the following command to start the development server and generate a QR code:
npm run start
- Scan the QR code with your phone camera to access the page. This will allow you to see a hot-loaded screen.
- Navigate to the
-
Create the PromptCard Component:
- In the
Glimpse-Mobiledirectory, navigate to thecomponentsfolder. - Create a new file named
PromptCard.tsx.
- In the
-
Implement the PromptCard Component:
- Add the necessary code to define the
PromptCardcomponent. Make sure to follow the project's coding standards and practices.
- Add the necessary code to define the
-
Test the PromptCard Component:
- You can test your new
PromptCardcomponent by importing and using it inapp/tabs/index.tsx.
- You can test your new
Additional Notes
- Ensure that the
PromptCardcomponent is responsive and works well on different screen sizes. - Consider adding any relevant navigation links or buttons that might be needed for the
PromptCard.
Please make sure to follow the coding guidelines and best practices as specified in our project's documentation. If you have any questions or need further assistance, feel free to reach out to the team.
Thank you!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request