A modern, responsive React app to check and manage image alt text for accessibility! 🚀
- ⚡ Fast and responsive UI (built with React + Vite)
- 🎨 Styled with Tailwind CSS
- 🔍 Check and improve image alt text for accessibility
- 📱 Mobile-friendly navigation with hamburger menu
- 🔗 Easy navigation: Home, About, and GitHub links
- 🛠️ Built with best practices and modern tooling
- React 19
- Vite
- Tailwind CSS
- React Router
- Lucide React Icons
- GSAP (for animations)
-
Clone the repo
git clone https://github.com/kanak227/AltCheck.git cd AltCheck -
Install dependencies
npm install
-
Run the development server
npm run dev
-
Open in your browser
http://localhost:5173
src/
components/ # React components (Header, Home, About, Result, etc.)
App.jsx # Main app component
main.jsx # Entry point
index.css # Tailwind CSS imports
public/
favicon.svg # App icon
npm run dev— Start development servernpm run build— Build for productionnpm run preview— Preview production build
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Made with ❤️ by kanak227