Skip to content

mehdi-alouane/coding-challenge

Repository files navigation

coding-challenge

Idea of the app

The task is to implement an app that lists news, and a single page with swiping feature.

alt

Features

Technologies used

  • Vue: A framework for developing awesome web apps.
  • Nuxt.js: For server-side rendering benefits.
  • Vue-awesome-swiper: For swipe between articles.
  • Sass: Preprocessor scripting language that is interpreted or compiled into css

How to install

You need to have node.js installed in your machine, before proceeding.
# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

Releases

No releases published

Packages

No packages published