A Mobile App built on top of React Native.
- A user-friendly mobile application built with React Native that allows users to explore, search, and save their favorite recipes.
- Features include a searchable recipe database, detailed cooking instructions, ingredient lists, and the ability to create personalized recipe collections.
- This project demonstrates the use of modern frontend development practices, including state management with Context API, seamless navigation with React Navigation, and efficient codebase organization.
From your command line:
# Clone this repository
$ git clone https://github.com/feyuk/easy-recipes
# Go into the repository
$ cd easy-recipes
# Install dependencies
$ npm install
# Run the app
$ npm startMIT
