VaibhavCodeClub / learn

Learning app for kids
MIT License
80 stars 79 forks source link

This PR adds a new feature to the app, introducing a Shapes and Lines page. Users can now explore various shapes and lines along with their visual representations.Details #123

Closed Vaibhav2154 closed 1 month ago

Vaibhav2154 commented 1 month ago

Changes Made:

Created a new page named ShapesPage to display shapes and lines. Added SVG images for shapes and lines to the assets folder. Implemented navigation functionality to cycle through different shapes and lines. Integrated text-to-speech functionality for pronouncing the names of shapes and lines. Styled the page with a colorful background and centered layout for better visualization. Added navigation drawer for easy access to other pages.

How to Test:

Navigate to the Shapes and Lines page from the app drawer. Explore different shapes and lines by tapping the navigation buttons. Listen to the pronunciation of each shape and line by tapping the volume icon. Verify that the page layout and functionality work as expected on different screen sizes.

sapatevaibhav commented 1 month ago

Hello @Vaibhav2154 , the PR is not on the master branch. Please raise it on the master branch.

sapatevaibhav commented 1 month ago

74