Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cTxplorer/whatsapp-anyone

Minimal webapp for starting WhatsApp chat without saving contact first - PWA built with Nextjs
https://github.com/cTxplorer/whatsapp-anyone

nextjs pwa whatsapp whatsapp-chat

Last synced: 3 months ago
JSON representation

Minimal webapp for starting WhatsApp chat without saving contact first - PWA built with Nextjs

Awesome Lists containing this project

README

        

# WhatsApp Anyone

WhatsApp Anyone is a tool to start WhatsApp chat with an unknown number, without need to save their contact.

> Live @ https://whatsapp-anyone.pgxplorer.dev

[](https://whatsapp-anyone.pgxplorer.dev)

### Top features
- Add to Home Screen (for quick access)
- Secure (your personal data is not saved)
- Minimalist UI (to get things done)
- Country drop down for fast interaction
- Dark & light theme

### Tech
* [next.js](nextjs.org) (a [react.js](reactjs.org) framework) - for server side rendering
* [next-offline](https://github.com/hanford/next-offline) - for PWA
* vanilla HTML & CSS
* [React-Intl-Tel-Input](https://www.npmjs.com/package/react-intl-tel-input)

### Installation
This project requires [Node.js](https://nodejs.org/) to run.

Install the dependencies and devDependencies and start the server.

```sh
$ git clone https://github.com/cTxplorer/whatsapp-anyone.git
$ cd whatsapp-anyone
$ npm install
$ npm run dev
```

### Development

Want to contribute? Great!

NextJs provides hot reloading capablity - make a change in your file and instantaneously see your updates!

Open your favorite Terminal and run this command -

```sh
$ npm run dev
```

Open your favorite editor and start contributing!

### Todos

- language localization
- Improve styling on larger screens
- add code comments
- add contributing.md file

### License
----
MIT