Skip to content

Swapi app to read Star Wars characters and provide meta data when selected

Notifications You must be signed in to change notification settings

neoreddog/nf-swapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Northflank StarWars Character fetcher

A basic web app that uses the swapi.dev API to get information about Star Wars characters.

Created as a demo app to showcase the Northflank platform and develop my React skills.

Usage

Clone this repository, navigate to project root.

Execute

yarn install
yarn build
yarn run

The included Dockerfile uses the latest nginx build to create a lightweight Node.js Docker image.

docker build -t nf-swapi
docker run -p 80:80 nf-swapi

Navigate to localhost

About

Swapi app to read Star Wars characters and provide meta data when selected

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published