LINK TO DEPLOYED WEBSITE: HERE
This is a whatsapp-clone that uses ReactJS, CSS and Material UI for designing the UI and React Router for switching between pages. The database and backend of the app is made and maintained through the Firebase Firestore database.
React 16 depends on the collection types Map and Set. If you support older browsers and devices which may not yet provide these natively (e.g. IE < 11) or which have non-compliant implementations (e.g. IE 11), consider including a global polyfill in your bundled application, such as core-js.
-
Setting up the development environment: https://www.tutorialspoint.com/reactjs/reactjs_environment_setup.htm
-
Install dependencies:
yarn install
(ornpm install
). -
Run the app:
npm start
-
Edit any of the files in src and see your changes reflected on your local host.
The full documentation for ReactJS can be found on our here and for Firebase here.
This project is MIT licensed, as found in the LICENSE file.