Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.43 KB

readme.md

File metadata and controls

57 lines (36 loc) · 1.43 KB

Pidwin Assessment

The Pidwin Fullstack Assessment. Screenshot and video included below.

Additions/changes:

Improvements that could be made:

  • Tried to add coinflip animation but couldn't get it to work properly
  • Ideally when the Bonus hits, it would be a more clear/exciting indicator
  • Table could be organized better
  • Backend coinflip logic could be less fragile
  • Animation so that the game is more engaging
image
CleanShot.2024-03-05.at.17.05.09.mp4

Project setup

Enter each folder:

  • backend
  • frontend

and run the following command

npm install

Backend

Create a .env file and populate the fields.

Now in the backend folder. Run the start command

npm run start

The backend is now up and running.


Frontend

The frontend is your standard create-react-app, the default ReadME is provided under frontend/readme.md for reference.