Skip to content

damijanc/MagicAgendaItem

Repository files navigation

“Magic Agenda Item”

It is a small working prototype build with React, Redux, react-router 4, Antd, Webpack 3

Key Features

  • 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

How To Use it

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 start

Then open up http://localhost:9000/agenda in your browser.

License

MIT


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published