👩🏾⚖️ Data Law Companion
This is a Progressive Web Application that utilizes a Large Language Models (LLM) to create a comprehensive and interactive resource for Data Protection Laws for Kenya, Rwanda and Uganda.
- React: User Interface library
- TypeScript: The primary programming language
- Vite: A new generation bundler
- Tailwind CSS: UI styling framework
- Pnpm: Package management
This web application is designed to make Data Law Protection information more accessible to the general public.
These are the main features:
✅ Data Protection Summarizer: This tool takes lengthy data protection laws and summarizes them into digestible points. It helps users understand complex legal jargon in a simplified manner.
✅ Q&A Chatbot: This is an interactive feature that allows users to ask questions and receive answers in real-time. The chatbot is programmed to understand and respond to common queries related to data protection laws.
Follow these steps to get the app running in development mode:
git clone https://github.com/sonylomo/data-law-companion-web.git
cd data-law-companion-web
pnpm install
pnpm run dev
The app should be running at http://localhost:5173