Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 1.3 KB

README.md

File metadata and controls

62 lines (40 loc) · 1.3 KB

Dice Game


About The Project

This is small React project for learning purposes only. It is a small dice game created with Reactjs and Vite and deployed on Vercel. The project is a challenge at the end of Bob Ziroll's React course on Scrimba.

Built With

Getting Started

If you want to run this project locally you'll need to follow these steps :

  1. Clone the repo
    git clone git@github.com:MassimoTascone/dice-game.git
    
  2. Install NPM packages
    npm install
  3. Run the command :
    npm run dev

You can also acces the app from this link

(back to top)

Things to improve

  • Better Readme
  • Refactoring functions
  • Refactoring components to be reusable
  • Unit testing
  • Focus more on a11y

(back to top)