Skip to content

Commit

Permalink
adding honomailer
Browse files Browse the repository at this point in the history
  • Loading branch information
Santipac committed Jul 14, 2024
1 parent 2bc43c4 commit 627e4a9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions constants/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import Tesla_Image from '../public/images/Tesla_Image.png';
import Dolarizapp_Image from '../public/images/Dolarizapp_Image.png';
import Dolarizapp_Mobile from '../public/images/Dolarizapp_mobile.png';
import CloutyShop_Image from '../public/images/clouty_Image.png';
import Honomailer_Image from '../public/images/honomailer_Image.png';

interface ProjectsContent {
en: IProject[];
Expand Down Expand Up @@ -80,6 +81,16 @@ export const projects: ProjectsContent = {
url: 'https://dolarizapp.vercel.app/',
repository: 'https://github.com/Santipac/dolarizapp-web',
},
{
slug: 'honomailer',
title: 'Honomailer',
brief: 'A simple serverless backend using Hono.js.',
image: Honomailer_Image,
description:
'The main idea of this project was to send emails from a contact form without having to expose private access keys on the client side and to avoid creating a backend that needs a lot of configuration to be able to use it, it should be quick to implement and simple to deploy.',
stack: ['Hono.js', 'Brevo', 'Vercel'],
repository: 'https://github.com/Santipac/honomailer',
},
{
slug: 'clouty-shop',
title: 'Clouty Shop',
Expand Down Expand Up @@ -223,6 +234,16 @@ export const projects: ProjectsContent = {
url: 'https://dolarizapp.vercel.app/',
repository: 'https://github.com/Santipac/dolarizapp-web',
},
{
slug: 'honomailer',
title: 'Honomailer',
brief: 'Un simple serverless backend usando Hono.js.',
image: Honomailer_Image,
description:
'La idea principal de este proyecto era lograr enviar emails desde un formulario de contacto sin tener que exponer claves de accesos privadas en el lado del cliente y evitar crear un backend que necesite mucha configuración para poder usarlo debía ser rápido de implementar y simple de desplegar.',
stack: ['Hono.js', 'Brevo', 'Vercel'],
repository: 'https://github.com/Santipac/honomailer',
},
{
slug: 'clouty-shop',
title: 'Clouty Shop',
Expand Down
Binary file removed public/images/1678831756125 (1).jpeg
Binary file not shown.
Binary file added public/images/honomailer_Image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 627e4a9

Please sign in to comment.