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

https://github.com/msvalandro/todo-list

A simple todo list app created with React Native using Expo, TypeScript, ESLint, and Phosphor Icons for the Ignite program at Rocketseat. This project is for study purposes.
https://github.com/msvalandro/todo-list

eslint expo phosphoricons react-native typescript

Last synced: about 1 month ago
JSON representation

A simple todo list app created with React Native using Expo, TypeScript, ESLint, and Phosphor Icons for the Ignite program at Rocketseat. This project is for study purposes.

Awesome Lists containing this project

README

          

# 📋 todo-list

A simple todo list app created with React Native using Expo, TypeScript, ESLint, and Phosphor Icons for the Ignite program at [Rocketseat](https://rocketseat.com.br). This project is for study purposes.

## 📚 Features

- Add tasks to a list
- Mark tasks as finished/done
- Delete tasks
- Counter of total tasks/finished tasks

## ⚙️ Requirements

- Node.js 18

## 🚀 Installation

Clone the repository and install dependencies:

```bash
npm install

# For iOS:
npm run ios

#For Android:
npm run android
```

## 📄 License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.