Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/felipefreitasa/dailydiet

Diet app created with React Native (Expo), Typescript, Async-Storage, React Navigation and Styled-components!
https://github.com/felipefreitasa/dailydiet

expo reactnative reactnavigation styled-components typescript

Last synced: 4 days ago
JSON representation

Diet app created with React Native (Expo), Typescript, Async-Storage, React Navigation and Styled-components!

Awesome Lists containing this project

README

        

# Daily Diet

## Screenshots
![Frame 160 (1)](https://user-images.githubusercontent.com/77179768/217803144-97489293-796b-4dc0-aaac-59e61974f127.png)
![Frame 161](https://user-images.githubusercontent.com/77179768/217803291-cc566b14-66c6-48e9-9ece-3dd8e2f20abd.png)
## Technologies

- React Native
- Expo
- Typescript
- Async-Storage
- React Navigation
- Phosphor Icons
- Styled-components
- Expo Linear Gradient
- Expo Google Fonts
- Lodash
- Moment
- React Native get random values

## Functionalities

- Create a meal
- Delete a meal
- Edit a meal
- Get statistics of meals
- View details of meal
- View all meals aggroupped by date

## Running locally

Clone the project

```bash
git clone https://github.com/felipefreitasa/dailydiet.git
```

Enter the project directory

```bash
cd dailydiet
```

Install the dependencies

```bash
yarn
```

Start the server

```bash
yarn start
```