julianjca / planet-app

Home Page:https://planet-app.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Planet App

Live demo: https://planet-app.vercel.app/

This is a Next.js application that integrates with Star Wars API. This app has 2 main pages:

  • Home Page where it loads all the planets.
  • Planet Detail page where it loads planet details.

The home page has search feature to find planet by keywords. You can load more planets by infinite scroll on the home page.

Getting Started

Second, install all the dependencies:

npm install
# or
yarn

Second, run the development server:

npm run start
# or
yarn start

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

About

https://planet-app.vercel.app/


Languages

Language:JavaScript 84.3%Language:SCSS 14.4%Language:CSS 1.3%