|
|
|---|---|
| vxaviation.arielbehar.com | github.com/ariel-behar/vx-aviation |
VX Aviation is what you would consider a “one-stop-shop” for all of your aviation needs. The web app is designed to showcase the school's activities and highlight its owner - a licensed flight instructor with over 25 years of experience in teaching and commercial aviation.
Legacy Version - Aug 2017
Latest Version - Feb 2024
In the terminal, navigate to the project's folder
Execute the following command:
npm run dev
- The development server will run on http://localhost:5173
- Execute the following command to create a production build for the project:
npm run build
- Once the creation of the production build has been finalized, execute the following command:
npm run preview
- If the port 4173 is available, the production build will be served on http://localhost:4173
Vx Aviation is a vite-based, TypeScript-typed React app. It utilizes Tailwind CSS and the Material-Tailwind component library for streamlined, responsive styling. Framer Motion has been used to enhance animations, while React Hook Form and Yup manage form state and validation. Metadata management has been achieved with React Helmet.
React (+Vite)
Typescript
SCSS
Tailwind CSS
Material-Tailwind
Vercel


