/quiz-test

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Quiz App 😉

About

A Sample quiz app.

Notes

  • I didn't finished the result screen.
  • There's some parts I didn't abstract so well, mainly to build the fake back-end.

Features

  • Layout based on mobile users.
  • micro-front-end architecture.

Technologies

The following tools were used in this project:

Requirements

Before starting 🏁, you need to have Git and Node installed.

Starting

# Clone this project
$ git clone git@github.com:Thiago-spart/quiz-test.git

# Access
$ cd quiz-test

# Install dependencies
$ npm i

# Run the fake json server
$ npm run server-test

# The fake server will initialize in <http://localhost:3333>

# In another terminal|tab run the project in developer mode
$ npm run dev

# The server will initialize in <http://localhost:3000>

License

This project is under license from Apache. For more details, see the LICENSE.

Made with ❤️ and ☕

Back to top