Skip to content

sandertar/sw-web

Repository files navigation

Star Wars Character Explorer

The objective of this task is to develop a Star Wars character explorer, which enable searching and displaying information of all starwars character from https://swapi.dev/.

This is a Next.js project bootstrapped with create-next-app.

For this project, I use the PNPM package manager, follow this guide to install it. However, it is also possible to use Yarn or NPM

Getting Started

First install dependencies

pnpm install

Then, run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Build

You can also build the project to view the production version with SSR and optimizations:

pnpm build

After building the project, you can then run the local server:

pnpm start

Open http://localhost:3000 with your browser to see the result.

About

Star Wars Character Explorer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published