Skip to content

leonace924/star-wars-frontend

Repository files navigation

star-wars-frontend

A web application built in React JS using data from the Star Wars API https://swapi.dev/

Project description

This project is to browse the information available on the Star Wars API at https://swapi.dev/

  • Pages
  1. Homepage
  2. People Detail page
  • Features
  1. Show peoples from species API, using Promise.all() and useCallback
  2. Search people function, using debounce in lodash
  3. Switch mode when search query is empty
  4. Added loading component while loading the data
  5. Show modal for movies poster information when click the movie number on detail page

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.\

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

About

A website built in React JS using data from the Star Wars API https://swapi.dev/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published