VueJS based web app which enables projects listing, Features:
- Projects filter based on on-going (red) and completed (green).
- Add new project by inputting title and description details.
- Click project's name to see more detail.
- Mark project completed by click tick icon.
- Delete project by click trash icon.
- Edit project by click pencil icon
npm install
npm run serve
npm run build