Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cTxplorer/whatsapp-anyone
- Owner: cTxplorer
- Created: 2020-07-26T12:52:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T16:42:20.000Z (10 months ago)
- Last Synced: 2024-10-21T01:28:50.452Z (3 months ago)
- Topics: nextjs, pwa, whatsapp, whatsapp-chat
- Language: JavaScript
- Homepage: https://whatsapp-anyone.pgxplorer.dev
- Size: 2.61 MB
- Stars: 16
- Watchers: 2
- Forks: 9
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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