An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![mocktest4](https://user-images.githubusercontent.com/75515703/215251522-7feae83c-a9e3-4480-9bcf-ff4bf148d572.gif)

# 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.