El Impostor Frontend is A modern and fast frontend built with Vite, React, and Tailwind CSS, designed for ElImpostor with a clean UI
This project was developed using:
- HTML5 for structure and markup
- CSS3 for design and responsive layout
- TypeScript for type-safe development
- React for user interface components
- Vite for fast development builds
- TSX for TypeScript React components
Repository: github.com/JMF-Alex/ElImpostor-Frontend
No external dependencies required. Only a web browser (Chrome, Edge, Firefox, etc.).
- Clone the repository:
git clone https://github.com/JMF-Alex/ElImpostor-Frontend.git- Enter the project directory:
cd ElImpostor-Frontend- Open
index.htmlin your browser.
That's it — the app runs entirely locally!
Once opened, you can:
- Navigate through the application interface
- Use the main features as intended
- Data remains saved locally in your browser
Contributions are welcome!
- Fork the repository
- Create a new branch (
git checkout -b feature/MyFeature) - Commit your changes (
git commit -m "Add new feature") - Push to your branch (
git push origin feature/MyFeature) - Open a Pull Request
Distributed under the MIT license.
See the LICENSE file for more information.
- Base template inspired by Othneil Drew's Best-README-Template
- README Generated with README-Generator
- Developed by JMF-Alex