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.
- Host: GitHub
- URL: https://github.com/jhonbergmann/todo-list
- Owner: jhonbergmann
- License: mit
- Created: 2024-06-29T00:33:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T20:23:37.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T13:51:16.395Z (over 1 year ago)
- Topics: expo, mobile, react, todolist, typescript, vite, web
- Language: TypeScript
- Homepage: https://todo-list-jhonatan-bergmann.vercel.app/
- Size: 5.66 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 🔺 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)