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

https://github.com/nadjiel/agora

Little task list app made to practice React Native's basic features.
https://github.com/nadjiel/agora

app react-native tasklist todoapp todolist

Last synced: about 1 month ago
JSON representation

Little task list app made to practice React Native's basic features.

Awesome Lists containing this project

README

          

# Agora - Task list
Agora is a little todo list app made in React Native for practicing its main basic features.



## Installing and running

> ### Requirements:
> To execute the project, you need to have installed NodeJS, its package manager NPM, and Expo Go (if you want to execute it on an Android device) or a phone emulator (if you will run it on a computer).

If you want to test the app out, you can download its source code here on Github. The steps are following:

1. First of all, you must clone or download the repository;
2. After that, in the root of the downloaded folder, install the node dependencies with NPM:

```
npm install
```

3. Once that's over, you are free to run the project with:

```
npm start
```

4. To access the running project, you are going to need either to scan the QR code with your phone (using the Expo Go app, in case of Android), or to execute it with a phone emulator on the computer.

## Acknowledgements
This project was written by [Nadjiel](https://github.com/nadjiel) following [The Net Ninja](https://www.youtube.com/@NetNinja)'s [tutorial](https://www.youtube.com/playlist?list=PL4cUxeGkcC9ixPU-QkScoRBVxtPPzVjrQ) on Youtube.

More precisely, the videos followed for accomplishing this project were from [React Native Tutorial #9 - Todo App (part 1)](https://www.youtube.com/watch?v=uLHFPt9B2Os&list=PL4cUxeGkcC9ixPU-QkScoRBVxtPPzVjrQ&index=9&pp=iAQB) to [React Native Tutorial #15 - Icons & More Flexbox](https://www.youtube.com/watch?v=C4ikFaP0a5o&list=PL4cUxeGkcC9ixPU-QkScoRBVxtPPzVjrQ&index=15&pp=iAQB).

The source code made by The Net Ninja can be found in this repository: [github.com/iamshaunjp/react-native-tutorial](https://github.com/iamshaunjp/react-native-tutorial).

## [Leia em português](https://github.com/nadjiel/agora/blob/main/readmes/README.pt-br.md)