Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ifkas/towin
ToDo app with React Native covering best practices (learning purposes)
https://github.com/ifkas/towin
Last synced: 13 days ago
JSON representation
ToDo app with React Native covering best practices (learning purposes)
- Host: GitHub
- URL: https://github.com/ifkas/towin
- Owner: ifkas
- Created: 2024-11-17T13:50:08.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-25T09:49:06.000Z (about 1 month ago)
- Last Synced: 2024-11-25T10:33:22.281Z (about 1 month ago)
- Language: TypeScript
- Size: 536 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopping List App
This is a simple shopping list application built with React Native and Expo. The app allows users to add, delete, and mark items as completed in their shopping list.
## Technologies Used
- [React Native](https://reactnative.dev/)
- [Expo](https://expo.dev/)
- [TypeScript](https://www.typescriptlang.org/)## How to Use
### Install dependencies
You can use one of the following package managers: `npm`, `yarn`, or `pnpm`. Example using `npm`:
```bash
npm install
```### Run the development server
```bash
npx expo start
```## Features
- Add items to the shopping list
- Delete items from the shopping list
- Mark items as completed/uncompleted
- Sort items based on completion status and last updated timestamp
- Async Storage and Data persisting
- Layout Animation
- Haptics
- Push Notifications and Schedule Notifications## License
Licensed under the [MIT license](LICENSE).