Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.