Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.