Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunocarvalhofeitosa/hoobank
Marketing page of credit card and payment method made with Next.js, Typescript, Emailjs and TailwindCSS.
https://github.com/brunocarvalhofeitosa/hoobank
emailjs nextjs tailwindcss typescript
Last synced: 4 days ago
JSON representation
Marketing page of credit card and payment method made with Next.js, Typescript, Emailjs and TailwindCSS.
- Host: GitHub
- URL: https://github.com/brunocarvalhofeitosa/hoobank
- Owner: BrunoCarvalhoFeitosa
- Created: 2024-07-09T22:37:25.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-22T17:20:09.000Z (4 months ago)
- Last Synced: 2024-07-23T20:31:13.525Z (4 months ago)
- Topics: emailjs, nextjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://bruno-carvalho-feitosa-hoobank.vercel.app
- Size: 2.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Site institucional de uma credora de crédito bancário feito em Next.js, Typescript, EmailJs e TailwindCSS.Sumário
## Sobre o projeto
### Homepage
Página totalmente responsiva, se adapta a qualquer tamanho de tela.https://github.com/user-attachments/assets/d912d50a-faaf-45f4-a70c-b4d02e1ed3f4
### Feito com
* [Next.js](https://nextjs.org)
* [Typescript](https://www.typescriptlang.org)
* [EmailJs](https://www.emailjs.com)
* [TailwindCSS](https://tailwindcss.com)
* [Vercel](https://vercel.com)### Hospedagem
A aplicação está em produção neste link: (https://bruno-carvalho-feitosa-hoobank.vercel.app).
## Iniciando o projeto
Primeiramente será necessário clonar este projeto em (https://github.com/BrunoCarvalhoFeitosa/hoobank.git), após o download será necessário abrir este projeto no seu editor e no terminal digitar npm install ou yarn, posteriormente é só rodar em seu terminal o comando npm run dev ou yarn dev, após isso, a página será aberta em seu navegador.
### Pré-requisitos
* npm
```sh
npm install npm@latest -g
```### Instalação
1. Clone o repositório
```sh
git clone https://github.com/BrunoCarvalhoFeitosa/hoobank.git
```
2. Instale os pacotes do NPM
```sh
npm install ou yarn
```
3. Inicie o projeto
```sh
npm run dev ou yarn dev
```## License
Distribuído sob a licença MIT.
## Contato
Bruno Carvalho Feitosa - [GitHub](https://github.com/BrunoCarvalhoFeitosa) - [LinkedIn](https://www.linkedin.com/in/bruno-carvalho-feitosa/)