This is the frontend code for the LRE-TRE Dataset project, implemented with Svelte.
- The frontend is built using Svelte for a reactive and fast user interface.
- It connects to the FastAPI backend to fetch and display the LRE-TRE dataset.
- Data Display: Fetch and display the dataset from the backend.
- Responsive UI: The user interface is responsive and works well on mobile and desktop devices.
- Interactive Tables: View and interact with the data in a table format.
- Modals: Display detailed information about data entries in modals.
- Node.js 16+
- Install dependencies:
npm install
- Run development server :
npm run dev