This is a simple web application written in Typescript which calculates the discrete Fourier transform of a given data set.
Node.js and NPM are required to build and run the project. To build the application, run the following commands in the project directory:
npm install
node_modules/typescript/bin/tsc
Once the project is built, simply run the following to start the application.
npm start
The application will be visible at http://localhost:3000.