Skip to content

SPA developed for displaying activities and their descriptions, with paginator, using Vue.js 3 and JavaScript.

Notifications You must be signed in to change notification settings

merybal/activities-spa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Activities Display

SPA developed for displaying activities and their descriptions, with paginator, using Vue.js 3 and JavaScript.

Dependencies

Getting started

Step 1: Clone repository

Clone the project repository from your terminal:

 git clone https://github.com/merybal/activities-spa.git

or directly from GitHub.

Step 2: Install dependencies

Download and install Node.js on your computer. Install Vue CLI globally from your terminal, as indicated in it's documentation.

From your terminal, access the directory /frontend-challenge-bb (inside your repository) and type:

 npm install

This will install the rest of the dependencies.

Step 3: Run server

Start the server:

 npm run serve

Once it's running, use the localhost link provided in the terminal to see the app in the browser.

Note:

The API used for this project takes a couple of seconds to start. If nothing shows up at first, refresh the page and it will work.

About

SPA developed for displaying activities and their descriptions, with paginator, using Vue.js 3 and JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published