https://github.com/isabelamoraes/sushi
https://github.com/isabelamoraes/sushi
axios expo json-server moti react-native redux sagas typescript
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/isabelamoraes/sushi
- Owner: isabelamoraes
- Created: 2022-04-17T14:14:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-17T14:35:56.000Z (about 3 years ago)
- Last Synced: 2025-01-23T01:12:40.544Z (4 months ago)
- Topics: axios, expo, json-server, moti, react-native, redux, sagas, typescript
- Language: TypeScript
- Homepage:
- Size: 8.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sushi
Place your order for Japanese food
Features |
Getting Started |
Reference
![]()
## Features
This project was developed with the following technologies:
- **[React Native](https://reactnative.dev/)** - A framework for creating native apps for Android and iOS with JavaScript and React.
- **[Expo](https://expo.io/)** - A platform for making universal native apps for Android, and iOS with JavaScript and React.## Getting Started
To clone and run this application, place from your command line:
```bash
# Clone this repository
$ git clone https://github.com/isabelamoraes/sushi.git# Go into the repository
$ cd sushi# Install dependencies
$ yarn# Run the mobile application
$ expo start# Run the server
$ yarn server```
## Reference
This application was developed based **[on that design](https://www.figma.com/file/469SYm5gkeOn2bUSvJ3oE4/Sushi?node-id=3%3A204)** with the intention of apply the knowledge learned during the Figma course taught by the Felipe Santana; and the Redux bonus module of the ReactJS track on Ignite, training promoted by Rocketseat.