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

https://github.com/ndekocode/todolist-mobile-app

A TodoList mobile application developed with React Native to learn and practise.
https://github.com/ndekocode/todolist-mobile-app

expo expo-cli javascript jcss react-native

Last synced: about 1 month ago
JSON representation

A TodoList mobile application developed with React Native to learn and practise.

Awesome Lists containing this project

README

          

# TodoList Mobile App

A TodoList mobile application developed with React Native to learn and practice this framework.

## Description

TodoList is a simple mobile application that allows you to manage your daily tasks. With this application, you can easily add new tasks, mark completed tasks and delete unnecessary tasks. The main aim of this project is to familiarise myself with mobile application development using React Native, a popular framework for creating cross-platform applications.

## Features

- Add new tasks
- Mark tasks as completed
- Delete tasks
- Intuitive and responsive user interface
- Plash Screen when the application loads
- Task filtering with "All", "In progress", "Done".
- Persist data with asyncStorage

## Technologies used

- React Native
- Expo (development environment)
- JavaScript
- JCSS

## Installation

1. Clone this repository: `git clone https://github.com/VotreNom/todolist-mobile-app.git`
2. Go to the project directory: `cd todolist-mobile-app`
3. Install the dependencies: `yarn install`.
4. Start the application with Expo: `expo start`

## Contributions

Contributions are welcome! If you want to improve this application or add new features, don't hesitate to submit a pull request.

## License

This project is licensed under the [MIT](LICENSE) license.