项目作者: TheMindset

项目描述 :
Hands-on Labs: Built & Design & Test a react app (react, router, jest)
高级语言: JavaScript
项目地址: git://github.com/TheMindset/dark_side_force.git
创建时间: 2020-01-07T23:05:22Z
项目社区:https://github.com/TheMindset/dark_side_force

开源协议:

下载


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.

  1. yarn install
  2. yarn start

Running tests

  1. yarn test