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

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

📝 Todo List to create tasks, delete and mark them as ready, simple application.
https://github.com/jhonbergmann/todo-list

expo mobile react todolist typescript vite web

Last synced: 2 months ago
JSON representation

📝 Todo List to create tasks, delete and mark them as ready, simple application.

Awesome Lists containing this project

README

          


logo


GitHub Language Count
GitHub Top Language



illustration

## 🔺 Demo
### [Live Demo, click here](https://todo-list-jhonatan-bergmann.vercel.app/)

## 📦 Tech Stack

- Vite
- Expo
- Typescript

[check web in package.json](web/package.json)

[check mobile in package.json](mobile/package.json)

## 🔩 Installation

To install and run the project locally, follow these steps:

1. Install [**Yarn**](https://yarnpkg.com/) on your computer
1. Clone the repository `git clone https://github.com/jhonbergmann/todo-list.git`
1. Navigate to the project directory: `cd todo-list\web`
1. Install the dependencies: `yarn install`
1. Navigate to the project directory: `cd todo-list\mobile`
1. Install the dependencies: `yarn install`

## ⚙️ Usage

### web

1. Start the development server: `yarn dev`
1. Now access the following url in your browser: `http://localhost:5173`

### mobile

1. Start the development server: `yarn dev`
1. Read the QR Code with the Expo Go app

## 📝 License

[MIT © Jhonatan Bergmann](https://github.com/jhonbergmann/todo-list/blob/main/LICENSE)