An open API service indexing awesome lists of open source software.

https://github.com/mtmzakir/smartdiary-reactnativeapp

Mobile Application
https://github.com/mtmzakir/smartdiary-reactnativeapp

android expo ios react-native ui

Last synced: 24 days ago
JSON representation

Mobile Application

Awesome Lists containing this project

README

        

Smart Diary App Development
using React Native

### Indroduction

Innovative-Tech is a well-reputed mobile application development company established in
Colombo. They are trying to build innovative mobile applications for their customers. This year
Innovative-Tech company agreed to invent a creative application for one customer.


In the preliminary discussion, stakeholders discussed the hybrid mobile application development
method for this project. You have been appointed as a mobile application developer to the proposed
project development team.

*The application should cover the following areas.*
Users need to register/Signup with the application.
- If the users forgot their Passwords, they must be able to reset them.
- Dashboard - Main categories should be listed
- Main categories


  1. Personnel Works

  2. Family Works

  3. Office Works


- Once the user clicks the one category on Dashboard it should Navigate to the separate UI which contains the Add tasks to category screen. There user can select tasks

---

*Screenshot of UI*






---

### 1. Create a Project in Expo

npx create-expo-app SmartDiary
cd SmartDiary

### 2. Install these dependencies inside the folder
in cmd>>>

npm install @react-navigation/native
npm install @react-navigation/stack
expo install react-native-gesture-handler
npm install @react-navigation/bottom-tabs
npm install @react-navigation/drawer
expo install react-native-gesture-handler react-native-reanimated
expo install react-native-reanimated
npm install react-native-elements --save --force
npm install react-native-vector-icons --save


### 3. Replace all files files inside your Folder

### 4. Run app with this command
expo start --clear

Credits to M.T.M. Zakir