https://github.com/isabelamoraes/nlw05
https://github.com/isabelamoraes/nlw05
axios date-fns expo expo-notifications google-fonts lottie react-native react-native-iphone-x-helper react-native-svg react-navigation typescript
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/isabelamoraes/nlw05
- Owner: isabelamoraes
- Created: 2021-04-24T01:44:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-24T02:21:16.000Z (about 4 years ago)
- Last Synced: 2025-01-23T01:12:40.747Z (4 months ago)
- Topics: axios, date-fns, expo, expo-notifications, google-fonts, lottie, react-native, react-native-iphone-x-helper, react-native-svg, react-navigation, typescript
- Language: TypeScript
- Homepage:
- Size: 5.81 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
PLANTMANAGER
Manage your plants the easy way
Features |
Getting Started |
Reference
![]()
## Features
This project was developed with the following technologies:
- **[Expo](https://expo.io/)** - A platform for making universal native apps for Android, iOS, and the web 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/nlw05.git nlw05# Go into the repository desired
$ cd nlw05/plantmanager# Install dependencies
$ yarn install# Run the web or mobile application
$ expo start# Run the server application
$ json-server ./src/services/server.json --host YOUR_IP --port 3333```
## Reference
This application was developed during my participation in Next Level Week 05, promoted by Rocketseat.