https://github.com/felipefreitasa/checklist
To-do list app created with React Native (Expo), Typescript and Styled-components!
https://github.com/felipefreitasa/checklist
expo react-native styled-components typescript
Last synced: 2 months ago
JSON representation
To-do list app created with React Native (Expo), Typescript and Styled-components!
- Host: GitHub
- URL: https://github.com/felipefreitasa/checklist
- Owner: felipefreitasa
- Created: 2022-12-16T11:25:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T11:52:02.000Z (over 3 years ago)
- Last Synced: 2025-03-01T17:11:16.723Z (over 1 year ago)
- Topics: expo, react-native, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 417 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Checklist
## Screenshots

## Technologies
React Native, Expo, Typescript and Styled-components
## Functionalities
- Create a to-do
- Delete a to-do
- Update a to-do status (checked/unchecked)
## Running locally
Clone the project
```bash
git clone https://github.com/felipefreitasa/checklist.git
```
Enter the project directory
```bash
cd checklist
```
Install the dependencies
```bash
yarn
```
Start the app
```bash
yarn start
```