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.
- ✅ 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
- React
- Vite
- Tailwind CSS
- Framer Motion
- date-fns (optional utility)
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