Skip to content

TypeScript+React app using the SWAPI API to display and search Star Wars characters.

Notifications You must be signed in to change notification settings

rachmadideni/starwars-typescript-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Front-End Star Wars React App using SWAPI API

Screenshots

Capture1 Capture2

Overview

Objective: Create an application to view the people of the Star Wars universe, with the following requirements:

  • List people, with the ability to search by name
  • View the details for a given person, including their film appearances and species

Getting Started

The starter app includes a minimal api layer and people list view. The API documentation can be found at https://swapi.dev and requires no extra setup.

Running the app

The app was created via create-react-app and has everything you'll need to build and test.

Run the app with yarn start or npm run start.

Test the app with yarn test or npm run test.

Submitting Your App

When you have completed your app, please create public repository and send us a link - GitHub, GitLab, BitBucket etc.

About

TypeScript+React app using the SWAPI API to display and search Star Wars characters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 66.6%
  • CSS 28.6%
  • HTML 4.8%