Skip to content
View akshatmittal61's full-sized avatar
🎃
Pushing Bugs into production
🎃
Pushing Bugs into production
Block or Report

Block or report akshatmittal61

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
akshatmittal61/README.md

Hello Fellow <Developers />

Banner Akshat Mittal

akshatmittal61 LinkedIn Twitter

About Me

Github

  • 🔭 Currently working at AthenaSquare and learning DSA / Full stack development
  • 👯 I’m looking to collaborate on Open Source Projects and Tech Articles
  • 💬 Always open for a discussion about Freelancing Opportunites, Open Source, and Tech in general.
  • 📝 I read and write articles on dev.to
  • 👨‍💻 Find my resume here: My Resume

Skills

css3 tailwind nodejs

Connect with me

Akshat Mittal akshatmittal61 #9098 akshatmittal61 akshatmittal61

My GitHub work stuff and stats

Top Langs Akshat's GitHub stats

Pinned

  1. nextjs-template nextjs-template Public template

    A template respository for NextJS applications

    TypeScript 2

  2. pure-python-server pure-python-server Public

    Creating a HTTP server with CRUD API functionalities.

    Python

  3. screen-recorder screen-recorder Public

    Record your desktop easily with Screen Recorder.

    HTML 1 6

  4. city-tales city-tales Public

    Official Website for City Tales

    TypeScript 1

  5. meraki-iiitu/meraki-23 meraki-iiitu/meraki-23 Public

    Official website of Meraki Fest 2023

    TypeScript

  6. Custom Hook for Device description Custom Hook for Device description
    1
    import { useEffect, useState } from "react";
    2
    
                  
    3
    type DeviceType = "mobile" | "tablet" | "desktop";
    4
    type ScreenOrientationType = "portrait" | "landscape";
    5
    type PlatformType = "client" | "server";