Skip to content

A simple quiz app built with React.js and Express.js

Notifications You must be signed in to change notification settings

Jayadev6191/quiz-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quiz-app

A simple quiz app built with React.js and Express.js

How to Run the APP on local

  • Run yarn setup to install dependencies for the project
  • Run yarn start to start the client and server
    • Client runs ono port 3000 and server runs on port 5000

How to run the app using docker

  • Run docker build --no-cache -t quiz-app:latest . to build the app
  • Run docker run -p 3000:8080 quiz-app to run the container

App Workflow

Alt Text

About

A simple quiz app built with React.js and Express.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published