Projects with this topic
-
🏋️ Workout App - React Native with TypeScriptA mobile app built as part of the React Native with TypeScript – The Practical Guide (2022) Udemy course. This project helped me practice React Native fundamentals combined with TypeScript for type safety and scalability.
✨ Features📋 Workout list with reusable components🔄 Navigation between workout screens📝 Add and manage workout details🎨 Clean and responsive UI🛠️ TypeScript integration for reliable development🧰 Tech Stack React Native | TypeScript | React Navigation
Strengthen React Native core concepts Apply TypeScript for better code quality Build a functional mobile app with navigation & state management🎯 Learning GoalsUpdated -
Essential Utilities for React
Updated -
A project for a showcase custom react hook that creates typewriter effect on the screen.
Initially it's fetched from text file as an asynchronous source and kept as an array beforehand sending to useTypewriterEffect hook.
Custom hook can also take typewriting speed as a milisecond as a second parameter besides text as a list (array).
Updated -