Skip to content

0xdebugit/predict-game

Repository files navigation

This is a Next.js project bootstrapped with create-next-app and used tailwind for styling

Online Demo

The mock version of this UI is hosted at https://predict-game.vercel.app/

Run Locally

Setup REST API

1.Run Python Flask REST API

python programming_exercises_full_stack.py 

Note : It runs default on port 5000

Setup Front-end

1.Switch to ~/predict-game directory by using command : cd {PATH}

2.Install Packages

npm install
  1. Verify if flask is being served at port 5000, if not then update the port number in next.config.js file in the {destination} attribute

  2. Run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Sample Result

Checkout two snapshot sample_1.png & sample_2.png

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published