项目作者: abhijeet-sonaje

项目描述 :
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.
高级语言: Vue
项目地址: git://github.com/abhijeet-sonaje/Article-Project.git
创建时间: 2020-05-30T22:35:04Z
项目社区:https://github.com/abhijeet-sonaje/Article-Project

开源协议:MIT License

下载


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

  1. npm install

Compiles and hot-reloads for development

  1. npm run serve

Compiles and minifies for production

  1. npm run build

Run your unit tests

  1. npm run test:unit

Run your end-to-end tests

  1. npm run test:e2e

Customize configuration

See Configuration Reference.