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
First install dependencies
pnpm installThen, run the development server:
pnpm devOpen http://localhost:3000 with your browser to see the result.
You can also build the project to view the production version with SSR and optimizations:
pnpm buildAfter building the project, you can then run the local server:
pnpm startOpen http://localhost:3000 with your browser to see the result.