This is a Next.js project bootstrapped with create-next-app
. It displays data about different Harry Potter Characters.
TO clone the repository, run the following command:
git clone https://github.com/Samueelx/next-harry-potter.git
cd
into the root of the project directory and...
run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
Visit the live link.
- Next.js
- CSS
- TypeScript
- Git
- Add Search Functionality
- The API used does not have the images of some of the characters (such as Cassius Warrington and Fleur Delacour), that is why I decided to display the details of only the first 21 characters.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.