florolf1 / florolf-react-native-todo-app

To-Do App Demo build with react native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToDo App built with React Native

Technologies

Project structure

$PROJECT_ROOT
├── App.tsx        # Entry point
└── src
    ├── screens    # Screen components
    ├── components # UI components
    ├── utils      # Custom hooks and helpers
    └── assets     # Image files

Install

This project can be run from the Expo client app.

yarn
yarn start

About

To-Do App Demo build with react native


Languages

Language:TypeScript 98.7%Language:JavaScript 1.3%