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
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
# 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.