Creatx — a React + Vite UI project (in active development).
Live demo: https://creatxui.vercel.app
Backend Repo : https://github.com/codeurge123/creatx-backend
Currently working on this — stay tuned for updates.
Creatx is a modern frontend UI built with React and Vite, using Tailwind CSS for styling. The repository is a lightweight starter and a workspace for building a responsive, component-driven UI. The project aims to be an approachable base for building pixel-perfect UI prototypes and production-ready interfaces.
- React (Vite)
- Tailwind CSS
- PostCSS
- ESLint
- Vite for fast dev server and build
- Deployed on Vercel (see demo link above)
- Minimal, fast React + Vite configuration
- Tailwind CSS configured and ready
- Basic ESLint setup
- Production build configuration (Vite)
- Deployment config for Vercel
Note: This repo is a work-in-progress. More UI components and features will be added over time.
A high-level view of the repo:
├─ src
├─ index.html
├─ package.json
├─ tailwind.config.js
├─ postcss.config.js
├─ vite.config.js
├─ vercel.json
└─ README.md
- Clone the repository:
git clone https://github.com/codeurge123/Creatx.git cd Creatx