https://github.com/fernandams/todoapp
https://github.com/fernandams/todoapp
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fernandams/todoapp
- Owner: fernandams
- Created: 2020-10-31T04:55:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-31T07:14:50.000Z (over 5 years ago)
- Last Synced: 2025-01-18T04:43:36.663Z (over 1 year ago)
- Language: JavaScript
- Size: 167 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To Do App
## About
To Do List Project with the objective of learning React Native and concepts of mobile development.
## Instalation
0 - This project uses Expo. If you don't have it, you can install following the [documentation here](https://reactnative.dev/docs/environment-setup/).
1 - Clone the repository
```bash
git clone https://github.com/fernandams/ToDoApp.git
```
2 - Moving to the project folder
```
cd ToDoApp
```
3 - Run the yarn start server command:
```
yarn start
```