EmperorEarth / whatsapp-anyone

PWA built with Nextjs

Home Page:https://whatsapp-anyone.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

PWA built with Nextjs

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


Languages

Language:JavaScript 87.7%Language:CSS 12.3%