An open API service indexing awesome lists of open source software.

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.

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.

![Screenshot 2023-01-13 at 11 00 24 PM](https://user-images.githubusercontent.com/51205748/212447863-597b5e3f-68e1-4c1b-b765-0b5c54f806c2.png)

---

## 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)