Mobile Application built with React Native and Typescript. Designed with Tailwind CSS. This app allows you to create, edit, and manage tasks.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Clone this repository to your local machine using:
git clone https://github.com/pmolina90/To_do.git
A step by step series of examples that tell you how to get a development env running
Change into the MyTodoApp directory
cd MyTodoApp
Install the project dependencies using npm or yarn:
npm install
yarn install
Start the app on IOS
npm run ios
Dependencies
Here is a list of dependencies used in this project:
@react-native-community/datetimepicker: For picking dates in the app.
@types/react-native: Type definitions for React Native.
expo: Expo framework to streamline the development process.
react-native: The core React Native framework.
react-native-animatable: For easy animations in the app.
react-native-modal-datetime-picker: Modal date picker for selecting due dates.
react-native-paper: A library for Material Design components used in the UI.
End with an example of getting some data out of the system or using it for a little demo
typescript: Adds TypeScript support to the project.
@babel/core: Required for React Native and Babel configuration.
@types/react: Type definitions for React.