daily-diet is a React Native application built with Expo, TypeScript, Async Storage, and Styled Components. The app was developed during the Rocketseat Ignite program as part of my learning journey. It aims to provide a local storage control for diet meals.
- Register, edit and delete meals
- Check statistics of meals
- Local storage
Follow these steps to get the app up and running on your local machine.
- Node.js v20.15.1 or higher
# Clone the repository
git clone https://github.com/msvalandro/daily-diet.git
cd daily-diet
# Install dependencies
npm install
# Run app on iOS:
npm run ios
# Run app on Android:
npm run android
This project is licensed under the MIT License. See the LICENSE file for details.