This is a MERN quiz web app which helps users to check their knowledge of CYF study material.
- Clone files into your local machine using -
git clone https://github.com/CodeYourFuture/project-quiz.git. - Run
npm installin your local terminal. - To install Mongo Seeding CLI
npm install -g mongo-seeding-cli. - Run to seed data to DB
seed --db-name quizzes --drop-database ./data-import. - Run
npm run devto run the app or openhttp://localhost:3000to view it in the browser.
TBC.
- React
- MongoDB
- Node.js
- HTML
- CSS
When it comes to creating feature requests, it must be discussed and approved by the team members, therefore please provide as much info as possible to be accepted.
For contributors team :
- Clone or pull the latest master repo and create a branch.
- git checkout -b my-new-feature-branch.
- make code changes.
- git add and git commit.
- git push origin my-new-feature-branch
In regards to any addition or changes to a feature, make sure to update it in the README.md.
- Vicky.
- Abdulkadir.
- Ahmed.