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.
- Host: GitHub
- URL: https://github.com/msvalandro/todo-list
- Owner: msvalandro
- License: mit
- Created: 2024-07-14T14:11:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T14:32:45.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T09:15:29.591Z (over 1 year ago)
- Topics: eslint, expo, phosphoricons, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 221 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.