WhatsApp Anyone is a tool to start WhatsApp chat with an unknown number, without need to save their contact.
- 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
- next.js (a react.js framework) - for server side rendering
- next-offline - for PWA
- vanilla HTML & CSS
- React-Intl-Tel-Input
This project requires Node.js to run.
Install the dependencies and devDependencies and start the server.
$ git clone https://github.com/cTxplorer/whatsapp-anyone.git
$ cd whatsapp-anyone
$ npm install
$ npm run dev
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 -
$ npm run dev
Open your favorite editor and start contributing!
- language localization
- Improve styling on larger screens
- add code comments
- add contributing.md file
MIT