She may not look like much, but she's got it where it counts, kid.
This is a React + Next.js web interface for the SWAPI api. Search for profile information on characters from around a faraway galaxy.
node must be installed.
In the fullstack-challenge folder, run:
npm install
to ensure that Next.js in available
Development server:
npm run dev
Navigate to http://localhost:3000.
npm run test
components: react hook components
gateway: api used to interface with SWAPI
models: re-usable object creators and constants
pages: base pages
pages/api: Thin api routes to connect frontend to gateway
util: Utility functions for backend