Welcome to the Dark Side Force.
This project is built in React. I utilized the Star Wars API for displaying several nested endpoint in the DOM. React Router allow to redirect user to the different character list pages for wichever Star Wars episode they choose. The user can also "favorites" the character the like, and can choose to display only those characters. But before to do all that the user have to Sign In.
The deployed site can be viewed: here
Techniques Stacks
-
React / Router
-
CSS/Sass
-
Jest and Enyzme testing suite
Screenshot
Landing page
Movies
Characher page
Set Up
This project was bootstrapped with Create React App.
yarn install
yarn start
Running tests
yarn test