Skip to content

katerinamakri/Yu-Gi-Oh-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Yu-Gi-Oh Deck Browser

This is a simple web application created with React.js. On the left side of browser, the user can select a card and the card information will appear on the right side.

Live Demo

How to get started

To get started developing right away:

  • clone the repo in your desktop with git clone https://github.com/katerinamakri/Yu-Gi-Oh-browser.git
  • install all project dependencies with npm install
  • start the development server with npm start

Note

To run the test watcher in an interactive mode run npm test

About

The application was created with a create-react-app application. The parent component (App.js) consists of two children components, ListView and Card. The Parent component contains the cards list, the state which is updated by ListView component and the function that retrieves the data. ListView takes as props the list from Parent component and displays it in the UI. It also calls the fetchCardData function from Parent component to retrieve selectedCard data. Card component takes as props the selectedCard from App and displays the card information in UI.

Future Improvements

  • Unit-test

Dependencies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published