Typescript Version the Color Palette Made With Javascript : https://github.com/Hallowdread/color-palette....
https://www.npmjs.com/package/chroma.ts
https://color-palette-v2.vercel.app/
To get started with the Finance Logger Web App, follow these steps:
-
Clone the repository:
git clone https://github.com/Hallowdread/color-paletteV2.git cd color-paletteV2
-
Install dependencies:
npm install npm i chroma.ts
-
Start the development server:
npm run dev
-
Build the project for production:
npm run build
-
Preview the production build:
npm run preview
Here's an overview of the project structure:
color-paletteV2/
├── node_modules/
├── public/
│ └── vite.svg
├── src/
│ ├── main.ts
│ ├── style.css
│ └── vite.env.d.ts
|
├── .gitignore
├── index.html
├── package-lock.json
├── package.json
├── README.md
└── tsconfig.json
- TypeScript: A strongly typed programming language that builds on JavaScript.
- Vite: A fast build tool and development server for modern web projects.
Contributions are welcome! Please open an issue or submit a pull request for any bug fixes or enhancements.