-
Add various agenda items
- Inline editing
- Deleting items
- Expanding content, to see the attachments
- Hidden view when there is no items
-
Uploading document and auto attaching them to agenda items
- Supports multiple file upload
- Item list of uploaded files
- Editable Item list
- Automatically linking documents with agenda items
- Error/Success/Warning messages when uploading and linking files
-
Mobile friendly
-
Fast and scalable
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/tomazdragar/MagicAgendaItem.git
# Go into the repository
$ cd MagicAgendaItem
# Install dependencies
$ npm install
# Install dependencies
$ npm run build-dev
# Open new terminal, navigate to the same folder (MagicAgendaItem) and run the app
$ npm startThen open up http://localhost:9000/agenda in your browser.
MIT