Welcome to FunAcademy – the ultimate educational app designed to make learning a joyous adventure for children aged 1 to 7. At FunAcademy, we combine engaging stories, interactive games, and animated content to spark curiosity and foster a love for learning. Our platform offers a rich variety of educational materials that cater to young minds, helping them develop essential skills while having fun. With FunAcademy, learning becomes an exciting journey of discovery and play!
Next.js 14 App Directory: Powered by the latest version of Next.js, ensuring top-notch performance and features. Radix UI Primitives: Utilizes Radix UI for accessible and customizable components. Tailwind CSS: Modern and flexible styling with Tailwind CSS, making it easy to create beautiful and responsive layouts. Lucide Icons: Incorporates icons from Lucide for a clean and consistent visual language. Dark Mode Support: Fully supports dark mode, thanks to next-themes, offering a great user experience in both light and dark environments. Tailwind CSS Class Sorting and Linting: Automatically sorts and merges Tailwind CSS classes for optimized and maintainable styles.
To get started with FunAcademy, you can quickly set up your development environment using the following command:
bash Copy code npx create-next-app -e https://github.com/shadcn/next-template Installation Clone the repository and install the dependencies:
bash Copy code git clone https://github.com/your-username/funacademy.git cd funacademy npm install Development Run the development server:
bash Copy code npm run dev Open http://localhost:3000 with your browser to see the result.
Build To build the project for production:
bash Copy code npm run build This will create an optimized production build of FunAcademy.
Deployment Once you've built the project, you can deploy it using the platform of your choice. Here's an example of how to deploy it to Vercel:
bash Copy code npm install -g vercel vercel Follow the instructions provided by Vercel to complete the deployment.
We welcome contributions to FunAcademy! Please follow the contribution guidelines to get started.
This project is licensed under the MIT License. Feel free to use and modify the code as per the terms of the license.
Special thanks to the developers and contributors of Next.js, Radix UI, Tailwind CSS, and Lucide Icons for making such amazing tools available to the community. Thanks to our team for their dedication to making learning fun and accessible for young minds.