COMPSCI5012 Internet Technology (M) 2024-25
Death Notes is a full-stack web application that allows users to schedule emails to receipients that are released at a fixed date and time or after a period of inactivity, because some words are too important to be left unsaid. This project was developed as coursework for the COMPSCI5012 Internet Technology course and received a 100/100 grade.
- Clone the Project
git clone https://github.com/siddydutta/death-notes-app.git
cd death-notes-app/- Install Dependencies
npm install- Compile and Hot-Reload for Development
npm run dev- Type-Check, Compile and Minify for Production
npm run build- Run Unit Tests with Vitest
npm run test:unit- Lint with ESLint
npm run lint- Arshia Kaul (2976917K@student.gla.ac.uk)
- Harish Ravichandran (2973284R@student.gla.ac.uk)
- Siddhartha Pratim Dutta (2897074D@student.gla.ac.uk)
