Skip to content

fboechats/Holafly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Holafly

Holafly challenge

Preview: https://holafly-ha9b.vercel.app/

How to run the App

Install dependencies

First the backend:

 1. cd backend

 2. npm install
 
 3. npm run dev

Then the frontend:

1. cd frontend

2. npm install

3. npm run dev

Mocked Users

email: johndoe@mail.com password: Johndoe123

email: larrystinger@mail.com password: Larrystinger123

Tech stack

  • TailwindCSS
  • React
  • Next
  • Zustand
  • Nodejs
  • Express
  • MongoDB
  • Jest
  • React Testing Library

Improvements

  • Use Next server could be a good option to improve performance.

  • Usage of toasts, some loadings and error handling for better UI.