Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.57 KB

README.md

File metadata and controls

61 lines (41 loc) · 1.57 KB

WhatsaApp Anyone

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

Live @ https://whatsapp-anyone.netlify.app

Top features

  • Add to Home Screen (and keep it at armlength)
  • Secure (no contact data collection)
  • Minimalist UI (to get things done)
  • Country drop down for smooth interaction

Tech

Installation

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

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 -

$ 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
  • bug fixes
    • desktop screen: country dropdown shows up below input, and on hover, moves above input

License


MIT