A sophisticated monitoring system for tracking and visualizing the development of a neural child. Built with Next.js, Shadcn/UI, and Plotly.js.
- Real-time monitoring of emotional states
- Development stage tracking
- Warning system with visual indicators
- Interactive data visualization
- Cognitive development metrics
- Social skills monitoring
- Physical development tracking
- Framework: Next.js 14
- UI Components: Shadcn/UI
- Styling: Tailwind CSS
- State Management: Zustand
- Charts: Plotly.js
- Icons: Lucide Icons
- Animations: Framer Motion
- Clone the repository:
git clone https://github.com/yourusername/neural-child-dashboard.git
- Install dependencies:
cd neural-child-dashboard
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser.
src/
├── app/
│ ├── layout.tsx
│ ├── page.tsx
│ └── globals.css
├── components/
│ └── ui/
│ ├── card.tsx
│ ├── progress.tsx
│ └── tabs.tsx
├── lib/
│ ├── store.ts
│ └── utils.ts
└── types/
└── index.ts
- Components: UI components are built using Shadcn/UI with custom styling
- State Management: Global state is managed using Zustand
- Styling: Custom Tailwind CSS classes with gradient borders and animations
- Data Visualization: Interactive charts using Plotly.js
- Theme: Dark theme with gradient accents and glowing effects
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Shadcn/UI for the beautiful component library
- Plotly.js for the powerful charting capabilities
- The Next.js team for the amazing framework