Socrates is a React-based web application with a sleek modern UI, built using Tailwind CSS. It features an intuitive sidebar navigation system and file upload options, allowing users to seamlessly interact with local and cloud-based files.
🔗 Live Demo: Socrates
✅ Modern UI – Built with React & Tailwind CSS 🚀 Fast Development – Powered by Vite for blazing-fast builds 🌙 Dark Mode – Elegant & eye-friendly interface
React 19 – UI framework Tailwind CSS 4 – Styling Vite 6 – Development build tool 📌 Check package.json for a full list of dependencies.
🚀 React.js 🎨 Tailwind CSS ⚡ Vite
Before setting up the project, ensure you have the following installed:
🔹 Node.js (v18+ recommended) 🔹 npm (comes with Node.js) or yarn
Follow these simple steps to set up and run the project locally:
1️⃣ Clone the Repository
git clone https://github.com/your-repo/blood-bank.git
cd blood-bank2️⃣ Install Dependencies
npm install3️⃣ Start the application in development mode:
npm run dev4️⃣ The project will be available at http://localhost:5173/ (default Vite port).