Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fernandams/todoapp
https://github.com/fernandams/todoapp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fernandams/todoapp
- Owner: fernandams
- Created: 2020-10-31T04:55:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-31T07:14:50.000Z (about 4 years ago)
- Last Synced: 2023-03-07T18:42:59.485Z (almost 2 years 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
## AboutTo 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
```