Skip to content
View paulthadev's full-sized avatar
👨‍💻
Building Products
👨‍💻
Building Products

Organizations

@sweftpay @Velocit8 @gotipmi @chekups @LockedIn-HQ @wevi-hq @valorni @Custodio-Systems-LLC

Block or report paulthadev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
paulthadev/README.md

GitHub Streak

Pinned Loading

  1. QRCode-Smart-Attendance-System-with-Geolocation QRCode-Smart-Attendance-System-with-Geolocation Public

    Smart attendance system built using React and Vite. It leverages QR codes and geolocation to enable lecturers to efficiently take attendance in classes and manage schedules, while providing a strai…

    JavaScript 30 14

  2. bankpay bankpay Public

    A Fictional & Minimalist Bank which allows users to Log-in an account, Transfer To Other Accounts, Request Loan , Delete Account, Log-out Timer, Sort Movements, Internationalize Date & Currency.

    JavaScript 32 8

  3. chefpro chefpro Public

    ChefPro is a recipe web app using the Forkify API to allow users to search, view, modify, bookmark and add recipes.

    JavaScript 3 1

  4. Understanding Typescript Understanding Typescript
    1
    This project stands as an in-depth guide to TypeScript, meticulously covering its fundamental basics and progressing to its more advanced concepts. It starts with basic setup instructions for creating a TypeScript project using Vite and progresses through a series of tutorials covering various TypeScript features and best practices.Key topics include type annotations, type inference, practical applications of type annotation, union types, handling of "any", "unknown", and "never" types, arrays, and objects fundamentals, challenges to reinforce learning, and functions with their complexities.
    2
    
                  
    3
    The project also delves into advanced TypeScript features such as generics, fetching data with TypeScript, working with the Zod library for data validation, understanding TypeScript declaration files, and class-based programming with TypeScript. Each tutorial is designed to provide hands-on experience with TypeScript, helping learners understand how to apply TypeScript features in real-world scenarios effectively.
    4
    
                  
    5
    Overall, the project is an in-depth TypeScript learning resource, ideal for developers who wish to gain a thorough understanding of TypeScript, from basic to advanced levels, through practical examples and challenges.