A React app built using data from the SWAPI
git clone
this repository- Run
npm install
to install the required dependencies for this app - Run
npm start
to start the server from your command line - Have fun!
- React
- React Router
- Bootstrap
- CSS
The app basically:
- "/": Home page (Characters);
- "/characters/:id": Specific character's page;