https://github.com/notrelix/3105-todo-list
https://github.com/notrelix/3105-todo-list
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/notrelix/3105-todo-list
- Owner: NotRelix
- Created: 2024-09-13T09:43:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-16T13:47:34.000Z (over 1 year ago)
- Last Synced: 2025-01-05T12:17:11.981Z (over 1 year ago)
- Language: TypeScript
- Size: 548 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple To Do Lists App 👋
This is an [Expo](https://expo.dev) project created with [`create-expo-app`](https://www.npmjs.com/package/create-expo-app).
## Screenshots and Video Demo Drive Link
[https://drive.google.com/drive/u/1/folders/1bSJRmC4kPx6b3KfVU0a6JKZK1o6ircIl](https://drive.google.com/drive/folders/1bSJRmC4kPx6b3KfVU0a6JKZK1o6ircIl?usp=drive_link)
## Get started
1. Install dependencies
```bash
npm install
```
2. Start the app
```bash
npx expo start
```
## Learn more
To learn more about developing your project with Expo, look at the following resources:
- [Expo documentation](https://docs.expo.dev/): Learn fundamentals, or go into advanced topics with our [guides](https://docs.expo.dev/guides).
- [Learn Expo tutorial](https://docs.expo.dev/tutorial/introduction/): Follow a step-by-step tutorial where you'll create a project that runs on Android, iOS, and the web.
## Join the community
Join our community of developers creating universal apps.
- [Expo on GitHub](https://github.com/expo/expo): View our open source platform and contribute.
- [Discord community](https://chat.expo.dev): Chat with Expo users and ask questions.