Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 1.1 KB

README.md

File metadata and controls

53 lines (42 loc) · 1.1 KB

Article Project

Demo

Netlify Link

Demo Login Credentials

Problem Statement

Create an article management module where user can create/update an article. We will be using Vue.js for this project. You can think of it as something similar to twitter. You should be able to view articles by other users.

Articles have following properties

  • Title
  • Image and/or video
  • Description
  • Publish date
  • Article text
  • Anything else you deem necessary

Features

  • Sorting, filtering based on time, title, number of likes(popularity)
  • LIke and keep track of likes for each article
  • Different image sizes handled
  • Anything else you deem necessary

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e

Customize configuration

See Configuration Reference.