Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.92 KB

README.md

File metadata and controls

48 lines (37 loc) · 1.92 KB

Nautical Translator

Static Badge

A website that serves as an educational platform by providing an interactive display for learning different Nautical Terms. Hack NJIT 2023!

Setup

  1. Clone the repository

  2. Activate the server

cd backend
npm install
npm run dev
  1. In a separate terminal, start the frontend
cd frontend
npm install
npm run dev

The website should now be running locally at http://localhost:5173/

Main Features:

  • An interactive 3D display that let's the user highlight certain parts of a sailboat
  • A translation feature that outputs the definition of different nautical terms stored on a Kintone App

Tech Stack

Designs

Figma Wireframes/Mockups

Resources