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: about 2 months ago
JSON representation
Diet app created with React Native (Expo), Typescript, Async-Storage, React Navigation and Styled-components!
- Host: GitHub
- URL: https://github.com/felipefreitasa/dailydiet
- Owner: felipefreitasa
- Created: 2023-01-05T11:26:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T11:48:37.000Z (over 3 years ago)
- Last Synced: 2025-01-03T11:13:32.422Z (over 1 year ago)
- Topics: expo, reactnative, reactnavigation, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 1.14 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Daily Diet
## Screenshots


## 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
```