Skip to content

Quail takes a minimalist approach to the to do list. No bells or unnecessary whistles. - Just enough to help get things done, without the distraction.

License

Notifications You must be signed in to change notification settings

isaacrmoreno/expo-to-do-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✏️ Quail 🐦

Quail is a minimalist React Native, Expo mobile to do list application. Built with a monorepo architecture, and yarn workspaces.

By Isaac Moreno 👨‍💻

-----------------------------------------------------

Setup

  1. Clone the expo-to-do-list repository.
git clone https://github.com/isaacrmoreno/expo-to-do-list.git
  1. From the root directory install the node_modules with yarn.

  2. Either run...

    • yarn start from the root directory or...
    • expo start from the apps/mobile directory... and you should be off to the races and ready for development! 🏇

-----------------------------------------------------

Styling

The application utilizes inline styling with twrnc.

import { View, Text } from 'react-native';
import tw from 'twrnc';

const MyComponent = () => (
  <View style={tw`p-4 bg-white`}>
    <Text style={tw`text-md text-black`}>Hello World</Text>
  </View>
);

Dark Mode

We use React Natives useColorScheme hook for dark mode.

-----------------------------------------------------

Connect with me:

Follow @isaacrmoreno on Linkedin

-----------------------------------------------------

Support ☕

Like Quail? Let us know!

Buy Me a Coffee Logo

-----------------------------------------------------

Technologies Used 💾

TypeScipt React Tailwind CSS Yarn Terminal VS Code

-----------------------------------------------------

Copyright and License ⚖️

MIT License © 2022 Isaac Moreno