Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinspham209/animated-todo-native
Todo App
https://github.com/tinspham209/animated-todo-native
expo native-base react-native
Last synced: about 8 hours ago
JSON representation
Todo App
- Host: GitHub
- URL: https://github.com/tinspham209/animated-todo-native
- Owner: tinspham209
- Created: 2022-03-15T10:30:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:24:49.000Z (11 months ago)
- Last Synced: 2023-12-15T18:32:56.732Z (11 months ago)
- Topics: expo, native-base, react-native
- Language: TypeScript
- Homepage:
- Size: 247 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini Project: ToDo Mobile App
## Date: 15-Mar-22
### Screenshot
-
### Tech-Stack
- React Native
- Expo
- Reanimated
- NativeBase
- Moti### API Used
### Deploy
- [Live Site](link)
- [Live Server](link)### Set up
Use the cmd line to clone repo to your computer
```
git clone [github_repo_url]
```Use the cmd line to install dependencies.
```
yarn
```Run in cmd for start the dependencies server
```
yarn start
```### Commit
```
():
│ │ │
│ │ └─⫸ Summary in present tense. Not capitalized. No period at the end.
│ │
│ └─⫸ Commit Scope: animations|bazel|benchpress|common|compiler|compiler-cli|core|
│ elements|forms|http|language-service|localize|platform-browser|
│ platform-browser-dynamic|platform-server|router|service-worker|
│ upgrade|zone.js|packaging|changelog|dev-infra|docs-infra|migrations|
│ ngcc|ve
│
└─⫸ Commit Type: build|ci|docs|feat|fix|perf|refactor|test
```The `` and `` fields are mandatory, the `()` field is optional.
#### Commit Message Example
- `feat(similarityReports): get similarity reports and display in a grid`
- `update(similarityReports): add updatedDate col in the report grid`
- `fix(similarityReports): display correct message error`
- `update(global): change css system`