A Sample quiz app.
- I didn't finished the result screen.
- There's some parts I didn't abstract so well, mainly to build the fake back-end.
- Layout based on mobile users.
- micro-front-end architecture.
The following tools were used in this project:
Before starting 🏁, you need to have Git and Node installed.
# 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>
This project is under license from Apache. For more details, see the LICENSE.
Made with ❤️ and ☕