A simple, front-end habit tracker built with React, TypeScript, Vite, and Tailwind CSS. Latest deployed version can be viewed here: https://habit-home-silk.vercel.app
This project is intended as a learning and portfolio project, focusing on modern frontend development practices using React, TypeScript, Vite, and Tailwind CSS. The application runs entirely in the browser and uses localStorage for persistence.
- React
- TypeScript
- Vite
- Tailwind CSS
- Node.js 20.x
- npm
- Clone the repository
- Install dependencies by running:
npm install
npm run dev
- Open your browser and navigate to the local URL shown in the terminal (usually http://localhost:5173)