An open API service indexing awesome lists of open source software.

https://github.com/vaibhavgoyal09/whatsapp-clone-web


https://github.com/vaibhavgoyal09/whatsapp-clone-web

javascript react reactjs typescript whatsapp whatsapp-clone whatsapp-clone-reactjs whatsapp-react whatsapp-web

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Whatsapp Web Clone








[![Netlify Status](https://api.netlify.com/api/v1/badges/d27d80bb-5002-4b75-944c-b431f59ea529/deploy-status)](https://app.netlify.com/sites/whatsapp-clone-web09/deploys)

## Built with 🛠

- [Typescript](https://www.typescriptlang.org/) - A strongly typed programming language that builds on JavaScript.
- [React](https://reactjs.org/) - A JavaScript library for building user interfaces.
- [Fastapi](https://fastapi.tiangolo.com/) - A modern, fast (high-performance), web framework for building APIs

## Features 👓

- [x] One To One Private Chat.
- [x] Group Chat.
- [x] View And Create Statuses.
- [x] Clean and Simple UI 🎨.
- [x] 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](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](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

# Contributors

- [Vaibhav Goyal](https://github.com/vaibhavgoyal09)

# 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.
```