Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mominaamjad/todo-list-app
A react native mobile application to manage all your daily to-do tasks in one place. With modern and simple UI, it allows creation, updating and deleting tasks. For efficiency, it also allows searching through your tasks.
https://github.com/mominaamjad/todo-list-app
crud-application javascript react-native semester-6 todolist
Last synced: 8 days ago
JSON representation
A react native mobile application to manage all your daily to-do tasks in one place. With modern and simple UI, it allows creation, updating and deleting tasks. For efficiency, it also allows searching through your tasks.
- Host: GitHub
- URL: https://github.com/mominaamjad/todo-list-app
- Owner: mominaamjad
- License: mit
- Created: 2024-08-20T17:43:33.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T18:11:11.000Z (3 months ago)
- Last Synced: 2024-08-20T21:22:25.269Z (3 months ago)
- Topics: crud-application, javascript, react-native, semester-6, todolist
- Language: JavaScript
- Homepage:
- Size: 1.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
To Do List
A simple and modern to do list management application, built with React Native, to have all your tasks in one place.
## Features
- `Create` new task
- `Update` existing task
- `Delete` existing task
- `Search` through all tasks## Installation
Clone the project
```bash
git clone https://github.com/mominaamjad/todo-list-app.git
```Go to the project directory & run
```bash
npm start
```## Built With
* ![React Native](https://img.shields.io/badge/React_Native-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)
* ![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1C?style=for-the-badge&logo=javascript&logoColor=000000)## Appendix
This is my first mobile application project that was a simple CRUD based application. There is unused practice code in the `components/extra-code` folder that can be ignored.