Git Product home page Git Product logo

twitter-clone's Introduction

twitter-clone

It is the twitter clone created using Ionic, Capacitor and Angular 12.

Features

  • Dynamic multi-language support with ngx translate
  • Dynamic multi-theme support (currently being developed on 3 themes)
  • Basic system inheritance for features such as platform detection, device features detection, internet status flow, multi-language support management
  • Ionic gestures tools for finger gestures (currently only used in sidebar)
  • An example pipe structure
  • An exemplary service structure
  • Created with angular lazy loading structure

Twitter Clone

Things to do

  • In order to work offline, the local database engine will be created with SQLite and Indexed Database API (sqlite will then be applied as needed).

Installation

$ npm i

Build your Ionic App

$ ionic build

Open IDE to build, run, and deploy

$ npx cap open ios
$ npx cap open android

Syncing your app with Capacitor

$ npx cap copy

Run Locally in a Web Browser

$ ionic serve

Opening the iOS Project

$ npx cap open ios

Running Your App (iOS)

$ npx cap run ios

Opening the Android Project

$ npx cap open android

Running Your App (Android)

$ npx cap run android

Sync your Project

You may wish to sync your web app with your native project(s) in the following circumstances:

  • When you want to copy web assets into your native project(s).
  • Before you run your project using a Native IDE.
  • After you install a new Capacitor plugin.
  • After you clone your project.
  • When you want to setup or reconfigure the native project(s) for Capacitor.
  • When you want to install native dependencies (e.g. with Gradle or CocoaPods).

To sync your project, run:

$ npx cap sync

Updating Capacitor

To update Capacitor Core and CLI:

$ npm i @capacitor/cli@next
$ npm i @capacitor/core@next

To update any or all of the platforms you are using:

$ npm i @capacitor/ios@next
$ npm i @capacitor/android@next

twitter-clone's People

Contributors

papdji avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.