tinspham209 / animated-todo-native

Todo App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mini Project: ToDo Mobile App

Date: 15-Mar-22

Screenshot

Tech-Stack

  • React Native
  • Expo
  • Reanimated
  • NativeBase
  • Moti

API Used

Deploy

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

<type>(<scope>): <short summary>
  │       │             │
  │       │             └─⫸ 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 <type> and <summary> fields are mandatory, the (<scope>) 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

About

Todo App


Languages

Language:TypeScript 88.2%Language:JavaScript 11.8%