Skip to content

rishibaghel25/TimestampLab

Repository files navigation

🕒 TimestampLab

TimestampLab is a minimal, fully responsive web application built with React, Tailwind CSS, and Framer Motion. It allows users to:

  • 🔁 Convert between Unix timestamps and human-readable dates
  • 🌍 Compare current time with any other timezone or custom time input

This app runs entirely in the browser and requires no backend. It's designed to be easily ported to mobile apps in the future.

🚀 Features

  • ✅ Convert human dates to Unix timestamps
  • ✅ Convert Unix timestamps to readable date/time
  • ✅ Compare your local time with a different timezone (via offset)
  • ✅ Fully responsive for mobile and desktop
  • ✅ Smooth UI animations using Framer Motion
  • ✅ Simple and minimal UI using Tailwind CSS

🧱 Tech Stack


🛠️ Local Development

Prerequisites

Ensure you have Node.js and npm installed on your system.

# Check if installed
node -v
npm -v
# 1. Clone the repo or create project
git clone https://github.com/yourusername/timestamplab.git
cd timestamplab

# 2. Install dependencies
npm install

# 3. Run the app
npm run dev

# App will be available at:
# http://localhost:5173

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors