Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A simple web tool to scan websites for basic accessibility issues like missing alt text, unlabeled inputs, and empty links.

License

kanak227/AltCheck

Repository files navigation

🖼️ AltCheck

A modern, responsive React app to check and manage image alt text for accessibility! 🚀

✨ Features

  • ⚡ 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

📦 Tech Stack

🚀 Getting Started

  1. Clone the repo

    git clone https://github.com/kanak227/AltCheck.git
    cd AltCheck
  2. Install dependencies

    npm install
  3. Run the development server

    npm run dev
  4. Open in your browser

    http://localhost:5173
    

📁 Project Structure

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

🧑‍💻 Scripts

  • npm run dev — Start development server
  • npm run build — Build for production
  • npm run preview — Preview production build

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

📄 License

MIT


Made with ❤️ by kanak227

About

A simple web tool to scan websites for basic accessibility issues like missing alt text, unlabeled inputs, and empty links.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published