Project created for the discipline of Agile Project and Systems Management, where we are going to make a software using the waterfall model, the project proposed is a quiz application with 5 possible categories: Languages, Laws, Math, Programming and All.
The current project language is Brazilian Portuguese, but is possible to add other languages in a next future.
You can see the deployment of the application here.
Also, you can access via QR code:
In the project directory, you can run to install:
npm install
To run the app in development mode:
npm run dev
Open http://localhost:5173 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
You can download and install the project to test. The files are located at ./src/test
. Test with:
npm run test
- Clone repo and create a new branch:
$ git checkout https://github.com/RianYuri/Learnify -b name_for_new_branch
. - Make changes and test
- Submit Pull Request with comprehensive description of changes