Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msvalandro/daily-diet
daily-diet is a React Native application built with Expo, TypeScript, Async Storage, and Styled Components. The app was developed during the [Rocketseat Ignite](https://www.rocketseat.com.br/) program as part of my learning journey. It aims to provide a local storage control for diet meals.
https://github.com/msvalandro/daily-diet
async-storage expo react-native styled-components typescript
Last synced: 8 days ago
JSON representation
daily-diet is a React Native application built with Expo, TypeScript, Async Storage, and Styled Components. The app was developed during the [Rocketseat Ignite](https://www.rocketseat.com.br/) program as part of my learning journey. It aims to provide a local storage control for diet meals.
- Host: GitHub
- URL: https://github.com/msvalandro/daily-diet
- Owner: msvalandro
- License: mit
- Created: 2024-07-21T16:27:16.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T19:47:20.000Z (4 months ago)
- Last Synced: 2024-08-01T10:14:10.635Z (4 months ago)
- Topics: async-storage, expo, react-native, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 728 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🍛 Daily Diet
**daily-diet** is a React Native application built with Expo, TypeScript, Async Storage, and Styled Components. The app was developed during the [Rocketseat Ignite](https://www.rocketseat.com.br/) program as part of my learning journey. It aims to provide a local storage control for diet meals.
## ✨ Features
- Register, edit and delete meals
- Check statistics of meals
- Local storage## 👾 Getting Started
Follow these steps to get the app up and running on your local machine.
### Prerequisites
- Node.js v20.15.1 or higher
### Installation
```sh
# 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
```## 📄 License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.