/Whats-API

This is an application to use the WhatsApp API

Primary LanguageTypeScriptMIT LicenseMIT

WhatsApp API

Technologies   |    Project   |    Screenshot   |    How to run   |    License

License


๐ŸŒŽ Available on https://whats-api.vercel.app/

๐Ÿงช Technologies

This project was developed with the following technologies:

๐Ÿบ Project

WhatsApp API is a simple app that allows you to generate links with or without a phone number.

This allows you to generate links to your WhatsApp or send pre written messages easily.

The project uses:

โœ” React

โœ” Next.js

โœ” TypeScript

โœ” i18n

โœ” Chakra UI

The internacionalization gets your system language, but you can change by adding /en-US or /pt-BR at the end of the URL. In this project it has only two languages supported, fallbacking to the en-US (English) language.

๐Ÿ–ผ Screenshot

screenshot of WhatsApp API app

## ๐Ÿš€ How to run

Clone the project and access its folder.

git clone git@github.com:thefalked/Whats-API.git
cd Whats-API

To start it, follow the steps below:

# Install dependencies
$ yarn

# Start the project
$ yarn start

The app will be available in your browser on the address http://localhost:3000.

๐Ÿ“ Todos

  • Be able to send the text without an specific number
  • Visual update
  • Add input mode has number on field so mobile opens the number keyboard
  • Encode the message to URL
  • Fix SEO
  • Add Github icon with link on header for the project
  • Add Dark Mode
  • Use cookies to save last info
  • Create a list with last info generated by the user

โž• Learn More

You can learn more in the Nextjs Getting Started documentation.

To learn React, check out the React documentation.

๐Ÿ“ License

This project is under the MIT license. See the LICENSE file for more details.