justin-elias / miltech-nextjs

Home Page:https://miltech-nextjs.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MilTech VID Internship Submission

Project submission created for the MilTech VID Full Stack internship position at Montana State University

Online demo Hosted on Vercel

Built With

Installation

To install the project run:

npm install

from the command line within the project directory.

Starting the Server

Build the project with:

npm run build

Start the server with:

npm run start

Running Test Suite

Run the Jest test suite with:

npm run test

Notes

I wrote the ex1.js sorting function to be able to sort the data by headers before I found the Material-Table component, which included it's own sort. I left my sort function in the project to have a function that returned data for the test suite.

About

https://miltech-nextjs.now.sh


Languages

Language:JavaScript 100.0%