- Frontend: ReactJS(Redux, Hooks)
- Moblie: SwiftUI
- Backend: Nodejs(express)
- Find and save photo in list
- Add friends to favourites
- Delete friends to favourites
- Search friends
- List feature, view home page,
- Clean code with ES Lint
- Language Support
- Tab Bar
- Landscape Handling
- Responsive Design
- Code Push with App center (will do)
- Unit tests implemented using Jest (will do)
- Step 1: git clone this repo.
- Step 2: cd to the cloned repo.
- Step 3: Install the npm modules required for the project with npm i
cd online-learning-application -> cd frontend-reactjs
- yarn or npm install
- yarn or npm run start
cd online-learning-application -> cd mobile-react-native
-
yarn or npm install
-
yarn or npm run start
-
Run Build for either OS
-
for iOS: npm run ios
-
for Android: npm run android
-
for Web: npm run web
cd online-learning-application -> cd backend-expressjs
- yarn or npm install
- yarn or npm run dev