A comprehensive Next.js web application designed to help students prepare for the ADRE (Assam Direct Recruitment Examination). This platform provides essential study materials, Previous Year Questions (PYQs), mock tests, and a rank calculator to effectively track and enhance preparation.
- PYQs & Study Materials: Access comprehensive resources tailored for the ADRE syllabus.
- Mock Tests: Practice with real-time test simulations.
- Rank Calculator: Estimate performance and potential rankings based on mock results.
- Responsive Design: Optimized for both desktop and mobile users for studying on the go.
- Framework: Next.js (React)
- Styling: Tailwind CSS
- Language: TypeScript
- Icons: Lucide React
-
Clone the repository:
git clone https://github.com/Angsumi/ADRE.git cd ADRE -
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open your browser: Navigate to http://localhost:3000 to see the application in action.