FlowerLens is a React Native project that allows you to explore and learn about various types of flowers. Below are the steps to set up and use this project on your local computer.
- Node.js must be installed.
- NPM package manager should be installed.
- Install the Expo Go app on your mobile device for debugging.
- Clone the repository:
git clone https://github.com/nazmulnahid-git/FlowerLens.git
- Navigate to the project directory:
cd FlowerLens - Install the required dependencies:
npm install -f
- Start the development server:
or
npm start
npx expo start
- A QR code will appear in the terminal.
- Open the Expo Go app on your mobile device and scan the QR code.
- The app will launch on your mobile device, and you can explore its features.