An open API service indexing awesome lists of open source software.

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.

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).