A Progressive Web App which will serve as a hub to store all the official minutes of meeting documents for ACM VIT. It serves the purpose of tracking documents written in Markdown by the various members of the chapter.
User can create a minutes of meeting doc and also update and delete it. They can also view all other MOMs written by different users at a single place itself.
To setup project locally, fork the repository.
# Install Packages
npm i
# Build Script
npm run build
# Run the server
npm start
Author: Anish Mittal
Mentors: Shreyas K , Yash Kumar Verma
Distributed under the MIT License. See LICENSE for more information.