https://github.com/uk2459644/mocktest.com
A project showing the mock test utilities. Techs Used NextJS, Django REST API, Tailwind CSS, ChartJS.
https://github.com/uk2459644/mocktest.com
backend chartjs django django-rest-framework frontend html-css-javascript javascript nextjs react tailwindcss
Last synced: 3 months ago
JSON representation
A project showing the mock test utilities. Techs Used NextJS, Django REST API, Tailwind CSS, ChartJS.
- Host: GitHub
- URL: https://github.com/uk2459644/mocktest.com
- Owner: uk2459644
- Created: 2020-12-24T08:27:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T06:52:22.000Z (over 3 years ago)
- Last Synced: 2023-04-25T17:46:57.717Z (about 3 years ago)
- Topics: backend, chartjs, django, django-rest-framework, frontend, html-css-javascript, javascript, nextjs, react, tailwindcss
- Language: JavaScript
- Homepage: https://mocktest.vercel.app/
- Size: 12.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Mock Test (Project based on Next.js)
Throgh out this project, I have demonstrated my ability to adapt a framework based on [React](https://react.org) and build a wonderfull and usefull website.
This project is based on a idea that, for General competition students how a Online test system should be.
For proper functioning of this project , I have feeded some data, with a backend based on [Django](https://www.djangoproject.com/). Data is not accurate as used in sample practice test (Question used in example may have wrong answers, i use them only for showing, the functioning of program.).
## Frameworks or packages used for this project
- [Next.js](https://nextjs.org) -- For frontend
- [Tailwind](https://tailwindcss.com/) -- For styling/css
- [Django](https://www.djangoproject.com/) -- For Backend
## Links
- [Frontend](https://mocktest.vercel.app/)
- [Backend](https://mockt-test.onrender.com)
### Important Commands
- git clone https://github.com/uk2459644/mocktest.com.git
- yarn -- installation of packages
- yarn start -- run localy
- yarn build -- for generating build package
### Backend
Hey, Backend is little messy, developed only for providing some data to frontend.
you can check out backend with following credentials.
- I have developed another django project to show my abilities with Django.