Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fernandams/todoapp


https://github.com/fernandams/todoapp

Last synced: about 2 months ago
JSON representation

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
```