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.
- Host: GitHub
- URL: https://github.com/k0ppai/quibit-test
- Owner: K0ppai
- Created: 2024-02-04T11:56:53.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-02-06T03:26:45.000Z (over 2 years ago)
- Last Synced: 2025-03-29T10:14:43.669Z (over 1 year ago)
- Topics: react-native, react-navigation, redux-toolkit, typescript
- Language: TypeScript
- Homepage:
- Size: 857 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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** 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.
Client
- **CRUD Operations for Todo Lists**
- **Search Feature by Their Title**
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.
👤 **Paing Soe Thu**
- GitHub: [@K0ppai](https://github.com/K0ppai)
- Twitter: [@_koppai_](https://twitter.com/_koppai_)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/paingsoe-thu)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/K0ppai/Quibit-Test/issues).
If you like this project, don't forget to give it a ⭐️!
I would like to thank [Quibit](https://www.facebook.com/quibit21092023) for giving me this amazing opportunity to work on this project.
This project is [MIT](https://github.com/K0ppai/Quibit-Test/blob/develop/MIT.md) licensed.