Welcome to the Clock App repository, a project created as part of the course, focusing on React Native. This application serves as a practical learning tool for understanding key concepts in mobile app development, including components, responsive design, state management, and design fundamentals.
- Components: Learn to create and use reusable UI components.
- Responsive Design: Understand how to make applications adaptable to different screen sizes and orientations.
- State Management: Grasp the essentials of managing app state for dynamic content.
- Design Fundamentals: Dive into basic design principles to enhance user interface and experience.
- Clone the repository
- npx expo install
- npx expo start
- yarn global add expo-cli
- npm install expo-cli --global