Quiz App: enables you to create and manage your quizes and test your knowledge & to test others.
-
Quiz
- Create
- Get
- Update
- Delete
-
Quiz Category
- Create
- Get
- Update
- Delete
-
User
- Register
- Login
- Update Profile
-
clone this repo using the following command
git clone https://github.com/gebrina/quiz.git
-
open the cloned projects directory and open terminal on it.
-
install dependencies using this command
npm install
-
clone quiz-api read more about quiz-api
-
After starting quiz-api the backend you can start the front-end app using this command
npm run dev
- React (Next JS) - for the creation of the web app.
- GraphQL, Apollo Client - for querying data from quiz-api
- Tawilwind CSS - for styling the web app