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

https://github.com/k0ppai/quibit-test

Todo List is a code test given to me by Quibit. It's a simple todo list application that allows users to add, delete and update their tasks along with the search feature.
https://github.com/k0ppai/quibit-test

react-native react-navigation redux-toolkit typescript

Last synced: 3 months ago
JSON representation

Todo List is a code test given to me by Quibit. It's a simple todo list application that allows users to add, delete and update their tasks along with the search feature.

Awesome Lists containing this project

README

          

Todo List





# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Todo List

**Todo List** is a code test given to me by [Quibit](https://www.facebook.com/quibit21092023). It's a simple todo list application that allows users to add, delete and update their tasks along with the search feature.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **CRUD Operations for Todo Lists**
- **Search Feature by Their Title**

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

- [Expo](https://play.google.com/store/apps/details?id=host.exp.exponent&hl=en&gl=US) App
- Android Phone
- npm
- Node.js

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/K0ppai/Quibit-Test.git
```

### Install

Install the prerequisites this project using:

```sh
cd Quibit-Test

npm install
```

### Usage

To run the project, execute the following command:

```
npm run start
```
Secondly, open [Expo](https://play.google.com/store/apps/details?id=host.exp.exponent&hl=en&gl=US) app on android and scan the QR code to run the app.

(back to top)

## 👥 Authors

👤 **Paing Soe Thu**

- GitHub: [@K0ppai](https://github.com/K0ppai)
- Twitter: [@_koppai_](https://twitter.com/_koppai_)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/paingsoe-thu)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/K0ppai/Quibit-Test/issues).

(back to top)

## ⭐️ Show your support

If you like this project, don't forget to give it a ⭐️!

(back to top)

## 🙏 Acknowledgments

I would like to thank [Quibit](https://www.facebook.com/quibit21092023) for giving me this amazing opportunity to work on this project.

(back to top)

## 📝 License

This project is [MIT](https://github.com/K0ppai/Quibit-Test/blob/develop/MIT.md) licensed.

(back to top)