Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/felipefreitasa/dailydiet
- Owner: felipefreitasa
- Created: 2023-01-05T11:26:04.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T11:48:37.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T06:13:51.598Z (about 2 months 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
![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
```