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.
Note: Run the backend before running the frontend because the api is setup to call localhost:3000
In the terminal:
- Before cloning this repo, setup the backend first and follow the run instructions
- Clone the repository by typing
git clone https://github.com/alexanderchao123/dealer-frontend.git
cd
into the repository- Run:
npm install
- Run:
npm start
- Create a Sign Up and Sign In pages.
- Use SVG instead of PNG files because the file sizes are significantly smaller and scalable.