A minimal android app to manage your daily tasks.
This repository consists of a React Native Application built with Expo CLI.
-
Screens- Welcome, Register, Login, Add Task, View Tasks. -
Animation- Activity Indicator & React-Spinner -
Authentication- User authentication (Register, Login/out). -
Cache Layer- Caching API Data. -
Custom and Reusable Hooks- API and Client. -
Form Validation- Using Formik. -
Gesture Handler- Pull to refresh. -
Navigation- Using React Navigation and Stack Navigator. -
Reusable Components- Button, Icon, Forms, Screen, Text, Text Input and more.
Clone the project
git clone https://github.com/ayush-rathore/taskerGo to the project directory
cd taskerInstall dependencies
npm installStart the expo server
expo startTo run this project, you'll need to create a .env file in backend with the following env variables
PORT
MONGO_URI
Client: React-Native, Expo-SDK
Server: Node, Express
Database: MongoDB
Contributions are always welcome!
If you have any feedback, please reach out to me at heyfreaker@gmail.com
