Skip to content

shutsugan/next-media

Repository files navigation

nextmedia

coding challenge

Running Locally

Installing Node.js and npm

This application has been tested on Node.js 10.7.0 and npm 6.3.0.
These packages available here for download here.
Choose the "Current" version for download.

To run the app:

  • Clone the git repository.
  • cd into the directory.
  • Then install the dependencies
# install dependencies
$ npm install # Or yarn install

Build Setup

# 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

For detailed explanation on how things work, checkout the Nuxt.js docs.

Functional spec

Swipeable navbar list

As a user you can browse the categories using the swipeable navbar.

navbar list screenshot

Recent posts

As a user you have the ability to browse through recent posts.

recent posts screenshot

Load more posts

As a user you have the ability to load more posts to browse.

load more posts screenshot

Show single page

As a user you have the ability to show a single page post.

show single page screenshot

Swipe between articles

As a user you can swipe between multiple articles.

swipe between articles page screenshot

About

next media coding challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published