Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kelvinleandro/todo-app
A simple To-Do app made with React Native
https://github.com/kelvinleandro/todo-app
expo javascript react react-native reactjs styled-components todoapp todolist typescript
Last synced: about 8 hours ago
JSON representation
A simple To-Do app made with React Native
- Host: GitHub
- URL: https://github.com/kelvinleandro/todo-app
- Owner: kelvinleandro
- Created: 2024-01-29T23:11:29.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-01T23:36:25.000Z (7 months ago)
- Last Synced: 2024-04-02T00:33:50.486Z (7 months ago)
- Topics: expo, javascript, react, react-native, reactjs, styled-components, todoapp, todolist, typescript
- Language: TypeScript
- Homepage:
- Size: 433 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo-App with React Native
A simple to-do app built in React Native. Expo-sqlite was used to manage locally stored data, incorporating fundamental CRUD operations.
To handle styling, styled-components was utilized to adapt the design based on the user's device theme. Additionally, a basic settings screen was implemented, allowing users to choose between light, dark, or automatic (system) themes.
There are three other branches:
1. static-theme: the first version of this app. It only shows the app with the dark theme.
2. automatic-theme: version "2.0". This version automatically changes the theme based on the device theme (There is no settings screen yet).
3. final-js: It has the same features as the main branch, but using JavaScript.
4. final-ts: The same version as the main branch.
## Preview
### Light Theme
![light theme](./assets/light.png)
### Dark Theme
![dark theme](./assets/dark.png)