uipalettes is a Progressive Web App (PWA) that provides web developers access to a curated library of high-quality color palettes that fully comply with the Web Content Accessibility Guidelines (WCAG).
- GIT
- NodeJS ^v22.2.0
- NPM ^v10.7.0
Clone the repository
$ git clone [email protected]:jesusgraterol/uipalettes.git
Install the dependencies
$ npm install
Run the Development Vite Server
$ npm run dev
Open http://localhost:5173/
(the port may vary) with your favorite browser.
Run the Vite Production Build
$ npm run build
When a commit is pushed to the main
branch, Github Workflows automatically pushes the new
distribution to Firebase Hosting.
- HTML5
- CSS3
- TypeScript
- React
# Unit Tests
$ npm run test:unit
# Integration Tests
$ npm run test:integration
# E2E Tests
$ npm run test:e2e
Font: Montserrat
Primary Color: #0C0C0C
Secondary Color: #171717
Success Color: #1B5E20
Error Color: #B71C1C
Warn Color: #BF360C
Info Color: #0D47A1
Text Color: #0f172a
Light Text Color: #64748b
- ...