A platform that simplifies complex topics, making them easy to understand—like explaining to a 5-year-old.
- Simplified Explanations: Breaks down intricate subjects into easy-to-digest content.
- User-Friendly Interface: Intuitive design for seamless navigation.
- Interactive Learning: Engages users with interactive elements to enhance understanding.
To set up the project locally:
-
Clone the repository:
git clone https://github.com/Omm2005/kidify.git
-
Navigate to the project directory:
cd kidify
-
Install dependencies:
pnpm install
-
Start the development server:
pnpm dev
After setting up, access the platform at http://localhost:3000
. Explore various topics and see how Kidify simplifies them for better understanding.
Contributions are welcome!
-
Fork the repository.
-
Create a new branch:
git checkout -b feature-name
-
Make your changes and commit them:
git commit -m 'Add new feature'
-
Push to the branch:
git push origin feature-name
-
Submit a pull request.