Skip to content

Article management module where user can create/update an article. You can think of it as something similar to twitter. You should be able to view articles by other users.

License

Notifications You must be signed in to change notification settings

abhijeet-sonaje/Article-Project

Repository files navigation

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.

About

Article management module where user can create/update an article. You can think of it as something similar to twitter. You should be able to view articles by other users.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published