Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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).