https://github.com/carvalhocaio/whatsup
A web application to send messages on WhatsApp without saving contact.
https://github.com/carvalhocaio/whatsup
react typescript
Last synced: 3 months ago
JSON representation
A web application to send messages on WhatsApp without saving contact.
- Host: GitHub
- URL: https://github.com/carvalhocaio/whatsup
- Owner: carvalhocaio
- Created: 2023-01-07T22:32:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-02T12:46:34.000Z (about 1 year ago)
- Last Synced: 2025-06-13T01:45:29.175Z (about 1 year ago)
- Topics: react, typescript
- Language: TypeScript
- Homepage: https://whatsup-six.vercel.app
- Size: 140 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What's Up?
Com o [What's Up?](https://whatsup-six.vercel.app), você consegue enviar mensagens diretamente informando apenas o número do celular, sem precisar salvar o contato.

---
## Funcionalidades
- Envie mensagens para qualquer número no WhatsApp sem salvar o contato.
- Interface web simples, rápida e responsiva.
## Tecnologias Utilizadas
- React JS
- Chakra UI
- TypeScript
## Como rodar o projeto localmente
1. Clone o repositório:
```sh
git clone https://github.com/carvalhocaio/whatsup.git
cd whatsup
```
2. Instale as dependências:
```sh
yarn
# ou
npm install
```
3. Execute o projeto:
```sh
yarn dev
# ou
npm run dev
```
4. Acesse em [http://localhost:3000](http://localhost:3000)
---
## Deploy
O projeto está disponível em produção em:
https://whatsup-six.vercel.app
---
Desenvolvido por [carvalhocaio](https://github.com/carvalhocaio)