Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

```