Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 650 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 650 Bytes

EVA Frontend

This is the web interface for EVA. It uses uses Next.js with React, Typescript, TailwindCSS, and Auth0. It communicates with the EVA backend server to create and view reports.

The most important files are the survey page found here and the report page found here.

Local Setup

  1. First install all dependencies:

    npm install
  2. Add your environmental variables in .env.local

  3. Then, launch the application:

    npm run dev

Libraries and Frameworks

  • Next.js
  • React.js
  • TailwindCSS
  • Teact Toastify
  • React Hook Form
  • React Icons