https://github.com/sahariorridoy/socrates
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.
https://github.com/sahariorridoy/socrates
git githhub reactjs shadcn-ui tailwindcss vite
Last synced: 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/sahariorridoy/socrates
- Owner: SahariorRidoy
- Created: 2025-03-08T19:51:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-09T10:38:40.000Z (over 1 year ago)
- Last Synced: 2025-12-27T09:56:07.249Z (6 months ago)
- Topics: git, githhub, reactjs, shadcn-ui, tailwindcss, vite
- Language: JavaScript
- Homepage: https://socrates-chi.vercel.app
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌟 Socrates
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](https://socrates-chi.vercel.app//)
# ✨ Features
✅ Modern UI – Built with React & Tailwind CSS
🚀 Fast Development – Powered by Vite for blazing-fast builds
🌙 Dark Mode – Elegant & eye-friendly interface
# 📦 Dependencies
React 19 – UI framework
Tailwind CSS 4 – Styling
Vite 6 – Development build tool
📌 Check package.json for a full list of dependencies.
# 🛠 Technologies Used
🚀 React.js
🎨 Tailwind CSS
⚡ Vite
# ⚙️ Prerequisites
Before setting up the project, ensure you have the following installed:
🔹 Node.js (v18+ recommended)
🔹 npm (comes with Node.js) or yarn
# 🛠 Installation & Setup
Follow these simple steps to set up and run the project locally:
1️⃣ Clone the Repository
```sh
git clone https://github.com/your-repo/blood-bank.git
cd blood-bank
```
2️⃣ Install Dependencies
```sh
npm install
```
3️⃣ Start the application in development mode:
```sh
npm run dev
```
4️⃣ The project will be available at http://localhost:5173/ (default Vite port).