Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 697 Bytes

README.md

File metadata and controls

51 lines (35 loc) · 697 Bytes

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: [email protected] password: Johndoe123

email: [email protected] 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.