A modern Next.js application with interactive games and comprehensive assessment tools for Accenture placement preparation.
Hidden Maze Game
- Psychometric Test: Personality and aptitude assessment
- Game 1 - Rotate Path Puzzle: Tile rotation mechanics with path validation
- Game 2 - Expression Ordering: Drag-and-drop sorting challenges
- Game 3 - Hidden Path Maze: Grid-based maze with discovery system
- 45 questions across multiple domains
- Categories: Pseudocode, MS Office, Cloud, Networks, Cybersecurity
- Timed assessment with instant feedback
- Performance tracking with visual analytics
- Strength and weakness analysis
- Achievement system
- Framework: Next.js 14 (App Router)
- Language: TypeScript
- Styling: Tailwind CSS
- Animations: Framer Motion
- Drag & Drop: @dnd-kit
- State Management: Zustand
- Icons: Lucide React
- Node.js 18+ installed
- npm or yarn
- Clone the repository
git clone https://github.com/hemantfsu/Accenture_Practice.git
cd Accenture_Practice- Install dependencies
npm install- Run development server
npm run dev- Open in browser
http://localhost:3000
accenture-mock-prep/
├── app/
│ ├── globals.css # Global styles
│ ├── layout.tsx # Root layout
│ ├── page.tsx # Home page
│ ├── rounds/
│ │ ├── elimination/ # Round 1
│ │ │ ├── psychometric/
│ │ │ └── games/
│ │ │ ├── rotate-path/
│ │ │ ├── expression/
│ │ │ └── maze/
│ │ └── technical/ # Round 2 - MCQ
│ └── results/ # Results Dashboard
├── package.json
├── tailwind.config.ts
└── tsconfig.json
npm run build
npm startThe application can be easily deployed on Vercel, Netlify, or any platform supporting Next.js.
- Push code to GitHub
- Import repository on vercel.com
- Deploy with one click
MIT License - Free for personal and commercial use
Made with ❤️ by Hemant Dhangar
For issues or suggestions, please create an issue on GitHub.







