Developer: Juan RiveraDate: March 13, 2020
Powerballer is a full-stack MERN application that features dynamic, data-driven lottery updates. It features real-time tracking of jackpot amounts and draws.
Users can enter up to three lottery tickets at a time to compare them with the winning numbers. The app also features a ticket management tool to view and/or delete past numbers.
The application currently tracks Powerball lottery games only, but there is a desire to expand this tool to other lottery games.
- Git clone with HTTPS to your local machine
https://github.com/JuanCodeAtATime/powerballer.git. - In powerballer folder (root directory), run
npm installin your terminal to install back-end dependencies. - Then,
cd clientand runnpm installto install front-end dependencies. - Go back to root directory (powerballer) by running
cd ... - Lastly, run
npm run startto launch in your local machine.
- Programming Language: JavaScript
- Runtime Evironment/Sever: Node.js
- DBMS: Mongo DB
- Libraries: React-Bootstrap, Moment.js, Chart.js
- Authentication: Passport.js
- API's used: Powerball, NY Gov Lottery Data
Click here for a demo of the app's basic functionality and responsiveness.
