Typescript Version the Color Palette Made With Javascript : photonet .With an new feature(dark mode toggle)
View Demo @ https://photonet-v2.vercel.app/
To get started with the Finance Logger Web App, follow these steps:
-
Clone the repository:
git clone https://github.com/Hallowdread/photonetV2.git cd photonetV2
-
Install dependencies:
npm install
-
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/
│ └── logo-img.png
├── src/
│ ├── darkMode.ts
│ ├── 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.