Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.8 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.8 KB

swapi

Overview

This project involves building a responsive web application that serves as a directory of planets from the Star Wars universe. Utilizing the Star Wars API (SWAPI), it fetches data about planets and their notable residents, presenting them in an intuitive card-based interface. The application features pagination for easy navigation through the list of planets and focuses on delivering a visually appealing user experience through modern styling techniques and responsive design.

Verecel Hosted Link :

https://swapi-teal.vercel.app/

How to run locally

Clone the Repository from GitHub. Then do the following steps:

  • On Windows
    npm install
    npm run start
    (or)
    npm start 

Tech Stacks :

React (JSX Syntax), Fetch for handling asynchronous requests, Standard React components, and React hooks.

PORT Used :

    3000  ----> Default Port

Some Project Screenshots :

A) For Computer Screen:

Screenshot (521) Screenshot (522) Screenshot (528)

B) For Mobile/Tablet Screen :

Screenshot (524) Screenshot (525) Screenshot (526) Screenshot (527)