Skip to content

abhisheknaiidu/spin-wheel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spin Wheel 🎡

Spin Wheel, a web app that allows the user to spin by tapping on center, and get the reward mentioned on the segment of wheel where it stops. Also storing all the information in a google sheet, using google sheets API

Just Spin and Win Prizes 😉


spin-wheel

Table of Contents

Technology Stack

Technology Description Link ↘️
HTML5 Hyper Text Markup Language ----
CSS3 Cascading Style Sheets ----
JavaScript High Level, Dynamic, Interpreted Language ----
React Front End JavaScript Framework https://reactjs.org/
Google Sheets API Read, write, and format data in Sheets https://developers.google.com/sheets/api
PWA Progressive Web Apps https://web.dev/progressive-web-apps/
Vercel Deployment https://vercel.com/

Installation & Usage

Ensure Node.js and NPM are installed

  1. Clone or Download the repository (Depending on whether you are using SSH or HTTPS)
git clone [email protected]:abhisheknaiidu/a-pop.git
cd a-pop
  1. Install dependencies
npm i
  1. Start the application
npm start

After the application starts visit http:https://localhost:3000 to view it in the browser.

Testing

Run the command npm test to run the tests

npm run build