Snapchat Clone using Firebase, Redux and Material UI with CSS using BEM for a structured design. - Features Google authentication, and hosting.
A real understanding working with Redux hooks and firebase as a backend. The app also features various react packages such as webcam from react-webcam. This project features react-router-dom v6 using navigate and useNavigate hooks instead of useHistory. A fundamental approach to my learning process is pattern recognition.
Firebase Hosting - https://snapchat-clone-dad9e.web.app/
# Clone this repository
$ git clone https://github.com/BrijeshPujara/Snapchat-Clone.git
# Go into the repository
$ cd snapchat_clone
# Remove current origin repository
$ git remote remove origin
Install dependencies using NPM
# Install dependencies
$ npm install
# Start development server
$ npm start