Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salamjillani/galaxium
Galaxium-Next Gen Staffing Platform
https://github.com/salamjillani/galaxium
framer-motion reactjs tailwindcss
Last synced: 3 days ago
JSON representation
Galaxium-Next Gen Staffing Platform
- Host: GitHub
- URL: https://github.com/salamjillani/galaxium
- Owner: salamjillani
- Created: 2024-12-16T14:53:13.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-03T15:46:07.000Z (about 1 month ago)
- Last Synced: 2025-01-25T00:19:30.915Z (21 days ago)
- Topics: framer-motion, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://galaxium.vercel.app
- Size: 7.44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Galaxium
Galaxium is a web platform designed to optimize workforce management using AI and blockchain. It aims to address challenges like skill shortages and inefficient manual processes by providing real-time workforce matching, forecasting, and data-driven insights. The platform targets industries needing scalable, automated staffing solutions.
## Technologies Used
- **React**: A JavaScript library for building user interfaces.
- **Vite**: A fast build tool and development server.
- **Tailwind CSS**: A utility-first CSS framework for rapid UI development.
- **Framer Motion**: A library for creating animations and gestures.## Getting Started
### Prerequisites
- Node.js
- npm### Installation
1. Clone the repository:
```bash
git clone https://github.com/codesofsalam/galaxium.git
cd galaxium
```2. Install the dependencies:
```bash
npm install
```### Running the Development Server
Start the development server:
```bash
npm run dev
```Open your browser and navigate to `http://localhost:5173`.
### Building for Production
To create a production build, run:
```bash
npm run build
```## Acknowledgments
- [Vite](https://vitejs.dev/)
- [React](https://reactjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Framer Motion](https://www.framer.com/motion/)```