Skip to content

IndexDuo/Flotto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3e82679 · Oct 28, 2023
Oct 13, 2023
Oct 13, 2023
Oct 8, 2023
Oct 7, 2023
Oct 7, 2023
Oct 7, 2023
Oct 8, 2023
Oct 7, 2023
Oct 8, 2023
Oct 15, 2023
Oct 7, 2023
Oct 7, 2023
Oct 28, 2023
Oct 13, 2023
Oct 13, 2023
Oct 8, 2023
Oct 10, 2023
Oct 16, 2023
Oct 10, 2023
Oct 16, 2023
Oct 8, 2023
Oct 8, 2023
Oct 16, 2023
Oct 16, 2023
Oct 16, 2023
Oct 7, 2023
Oct 8, 2023
Oct 8, 2023

Repository files navigation

Table of Contents

General Info

Using Florida Lottery data to help you choose your next numbers

Features

  • Test your chances by inputing numbers into the form
  • See a map of cities with the most winners
  • See a list of the most common winning numbers

Technologies

HTML5 CSS3 JavaScript TailwindCSS MongoDB Postman

How to Install

  1. clone this repo to your vscode
  2. do npm i in your terminal
  3. very very important!! after you do npm i, be sure to go to your node_modules\pdf-parse\index.js and change let isDebugMode = !module.parent; to let isDebugMode = false;
  4. run the main js file
node lotteryApi.js
  1. In a seperate terminal run
npx tailwindcss -i ./style.css -o ./dist/output.css --watch
  1. open localhost:3000 in your browser