This project focuses on displaying data from the Star Wars api using nested API calls, and is build with React utilizing reusable, modular components.
Install npm on your local machine and obtain an API key from the Star Wars API. Clone down this repository to get started.
Install dependencies using the following command:
npm install
Start the application on localhost:3000 with the following command:
npm start
To run the test suite (powered by Jest and Enzyme), enter the following command:
npm run test
The test suite verifies that data is displayed properly on the virtual DOM, and unit tests for javascript functionality.
- React - The javascript framework used
- Router - URL Routing for React
- This project was bootstrapped with Create React App.
This project is licensed under the MIT License - see the LICENSE.md file for details