Skip to content

vaibhavgoyal09/whatsapp-clone-web

Repository files navigation

Whatsapp Web Clone

Netlify Status

Built with 🛠

  • Typescript - A strongly typed programming language that builds on JavaScript.
  • React - A JavaScript library for building user interfaces.
  • Fastapi - A modern, fast (high-performance), web framework for building APIs

Features 👓

  • One To One Private Chat.
  • Group Chat.
  • View And Create Statuses.
  • Clean and Simple UI 🎨.
  • Dark mode 🌗

Development Setup 🖥

First of all, clone the Backend for the website which is available here, https://github.com/vaibhavgoyal09/whatsapp-clone-backend and finish its setup.

Make sure you have Node.js installed.

To run the project locally on your computer run:

npm install
npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

To Build the project for deployment, run:

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Contributors

LICENSE

   Copyright 2023 Vaibhav Goyal

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.