LeoVitale / starwars-search

Fun application to find your favourite Star Wars characters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Star Wars Search

Project done with great pleasure and passion (yes, StarWars is a passion!), It took more than 4 hours but the idea is to better show some of my best skills using React

Deployed using Basic Netlify Config https://starwars-search.netlify.com/

Features

  • Cached Api Request with Redux Store
  • Good and simple Redux approach using ducks pattern
  • Unit Tests
  • Search Page
  • Details Page
  • Beauty Design
  • Atomic Design Components

Need to improve

  • Unit and Coverage Tests
  • Improve UX
  • Animations (why not?)

To run the app locally:

git clone https://github.com/LeoVitale/starwars-search.git
cd starwars-search
yarn install or npm install
yarn start or npm start
open http://localhost:3000

About

Fun application to find your favourite Star Wars characters


Languages

Language:JavaScript 96.4%Language:HTML 3.6%