Skip to content

Latest commit

 

History

History
80 lines (64 loc) · 2.25 KB

README.md

File metadata and controls

80 lines (64 loc) · 2.25 KB

Recraft Crafter Hub Attendance App

Recraft crafter hub attendance app

IOS Demo

Android Demo

Packages & Libraries used

  • React Native - A framework for building native apps with React.
  • React - A declarative, efficient, and flexible JavaScript library for building user interfaces.
  • React router native - Declarative routing for React.
  • moment - Parse, validate, manipulate, and display dates in javascript.
  • TypeScript - TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

Steps to Run the Project in Development Mode

Use the Below Commands to Clone the project and enter inside the Directory After that Install the Dependencies.

git clone https://github.com/recraftrelic/recraft-attendance-app.git
cd recraft-attendance-app
yarn install

IOS

We can directly run the app

npx react-native run-ios

Facing any error related to pods in ios

We need to install the pods

sudo gem install cocoapods
cd ios
pod install
cd ..
npx react-native run-ios

Android

We can directly run the app

npx react-native run-android

Note

Once you clone and if you want to change the name of the application you can follow this article https://medium.com/the-react-native-log/how-to-rename-a-react-native-app-dafd92161c35

Roadmap

  • Move all the lists to constants
  • Deploy to playstore
  • Implement internationalization
  • Improve documentation

Contributors

Sponsors

Recraft Relic Private Limited