This is a recipe app made in react native. This is the front end part and is currently work in progress. This project is made for fulfillment of Minor Project for Bachelors in Computer Engineering at Kathmandu Engineering College.
- Install Nodejs and npm from nodejs. LTS version is preferred
- No need to install Yarn. npm is preffered.
- Install Expo CLI by running
npm install --global expo-cli
- Install Expo Go on your Android device
- Clone this repository
- Navigate to the project directory
- Set up the Environment by following the steps above
- Run
npm install
- Run
npm run start
- Scan the QR code from Expo Go app on Android
- App is now running on Android
- Make some changes
- Check if the code is formatted using
npm run format:check
. If any errors are found, runnpm run format
to fix the error. - Once the code is correctly formatted. Open a Pull Request.
- Wait for it to be merged in the main codebase.