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.
- Host: GitHub
- URL: https://github.com/ndekocode/todolist-mobile-app
- Owner: NdekoCode
- License: mit
- Created: 2024-03-26T09:57:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-30T15:51:26.000Z (about 2 years ago)
- Last Synced: 2025-06-17T09:08:03.397Z (11 months ago)
- Topics: expo, expo-cli, javascript, jcss, react-native
- Language: JavaScript
- Homepage:
- Size: 2.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.