Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 1.99 KB

README.md

File metadata and controls

64 lines (43 loc) · 1.99 KB

React Native with Expo Project

This is a React Native with Expo project that includes two main files: index.tsx and [id].tsx. The project has been set up with various components and types to create a simple product list application.

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Run npm install or yarn install to install the project dependencies.
  4. Run npm start or yarn start to start the Expo server.

Running the App

To run the app on your device or emulator, follow these steps:

  1. Ensure the Expo server is running.
  2. If using an emulator, ensure it is running.
  3. Scan the QR code with the Expo app on your device or emulator.

Running the Tests

To run the tests for the project, follow these steps:

  1. Ensure the project dependencies are installed.
  2. Run npm test or yarn test to run the tests.

Project Structure

The project includes the following main files:

  • index.tsx: The main file for the app that includes various components and types to create a simple product list application.
  • [id].tsx: The file for displaying a specific product and its details.

The project also includes various components in the components/ directory.

Technologies Used

The project uses the following technologies:

  • React Native
  • Expo
  • Jest

Screenshots

Credits

The project was created by Efrain Diaz.