This is a web application for browsing registration plates' codes, finding information about their origin and learning fun facts! It also contains a quiz to test your knowledge about license plates.
The project is built with the tech stack:
- React
- TypeScript
- TanStack Query
- ui.shadcn.com
- Tailwind CSS
- Clone the repository:
git clone https://github.com/your-username/WebLicensePlates.git cd WebLicensePlates - Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and go to:
http://localhost:3000