Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

#### Commit Message Format

```
():
│ │ │
│ │ └─⫸ 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`