Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 24 days ago
JSON representation

To-do list app created with React Native (Expo), Typescript and Styled-components!

Awesome Lists containing this project

README

        

# Checklist

## Screenshots
![Frame 1244](https://user-images.githubusercontent.com/77179768/208092146-2916e08f-baf1-4cad-b065-4e882cf20fbb.png)

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