Skip to content

Single-page Vue.js application to view people in the Star-Wars Universe and their details.

Notifications You must be signed in to change notification settings

akhilvuputuri/star-wars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Star Wars Wiki

Hosting URL: https://starwarswiki-1.firebaseapp.com/

About

Single-page Star Wars Wiki application built with Vue.js to view people in the Star-Wars Universe and their information. API from https://swapi.dev/ is used.

Features

  • Lazy loading of fields in profile that require API calls to reduce initial home page loading time
  • Employs caching to minimise API calls for profiles that have previously been loaded (Once a profile's data is fetched, it will be stored so the next time profile is clicked on after going back to home page, there is no loading)
  • Profile page loads only after all API calls for that profile have been made and information has been retrieved (Semaphore-like variables to ensure all API calls are finished)

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

Single-page Vue.js application to view people in the Star-Wars Universe and their details.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published