Skip to content

onyeepeace/starwars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A web app to view details about different Star Wars characters

This is a web application built with ReactJS, TypeScript and the Star Wars API. It can be used to view details about different Star Wars characters. View it here StarWars

What you can do on the app

  • Enter the name of the character
  • View details about the character

Steps to clone this project to your local machine

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

1. Clone repository

# Open your terminal and paste the following:
$ git clone https://github.com/onyeepeace/starwars.git

# Go into the repository
$ cd starwars

# Install packages and dependencies
$ yarn install

2. Start application

# Start the app. This will start the app on localhost:3000
# Open your terminal and paste the following:
$ yarn start

3. Test application

# Open your terminal and paste the following:
$ yarn test

Build production version of application for deployment

# Run build command in your terminal
$ yarn build

# A build folder will be generated and application is ready for deployment

The application can be deployed on Netlify or Vercel.

About

A web app to view details about different StarWars characters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages