For more information check refereces and setup how to install a project with your specific package manager or understand other related topics.
In order to run app locally, you need to have Node installed. (node -v)
Make sure to install the dependencies:
# npm
npm install
Start the development server on http://localhost:3000
:
# npm
npm run dev
Build the application for production:
# npm
npm run build
Locally preview production build:
# npm
npm run preview
Check out the deployment documentation for more information.
- User should be able to create, update or remove his quizes;
- Keep the design simple and polished (do one thing well).
- search quizes;
- by user;
- by name;
- by date.
- create new quiz if user is registered;
- remove or update quiz;
- quiz pagination;
- show your results in the end.