alexanderchao123 / dealer-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deal-It Frontend

This is the frontend for Deal-It. This application allows the consumer to create a deck of 52 cards and draw 5 cards at a time until the deck is empty. The consumer can also see the list of existing decks and go through it.

Run Instructions

Note: Run the backend before running the frontend because the api is setup to call localhost:3000

In the terminal:

  1. Before cloning this repo, setup the backend first and follow the run instructions
  2. Clone the repository by typing git clone https://github.com/alexanderchao123/dealer-frontend.git
  3. cd into the repository
  4. Run: npm install
  5. Run: npm start

Future Improvements

  1. Create a Sign Up and Sign In pages.
  2. Use SVG instead of PNG files because the file sizes are significantly smaller and scalable.

About


Languages

Language:JavaScript 90.4%Language:HTML 5.9%Language:CSS 3.6%