A frontend interface for SkyScannerHACKUPC, designed to provide a smooth and functional user experience.
This project was developed as part of the HACKUPC event. The code is provided "as is" and further development or maintenance is not guaranteed. Feel free to adapt the code to your needs.
SkyScannerHACKUPC-FRONT is a frontend interface built with JavaScript, CSS, and HTML. This project is intended to complement the backend and provide an interactive and engaging user experience.
To run this project, you need an HTTP server. You can use any static server like http-server:
npm install -g http-serverClone the project:
git clone https://github.com/ka1sen22/SkyScannerHACKUPC-FRONT.gitNavigate to the project directory:
cd SkyScannerHACKUPC-FRONTStart a local server:
http-serverThen, open your browser at http://localhost:8080 (or the port indicated by http-server).
Distributed under the MIT License. See LICENSE.txt for more information.