LIPiKs is a modern React dashboard for data analytics and finance, built with Vite, React, Bun, and Tailwind CSS. Monitor your data analytics to increase revenue for BTC, BTB, & SAAS platforms.
- Responsive React UI with Tailwind CSS
- Animated hero section with typing effect
- Analytics dashboard and pricing cards
- Newsletter signup and footer with social links
- Optimized build with Vite
├── public/
│ └── [images]
├── src/
│ ├── assets/
│ ├── components/
│ │ ├── Analytics.jsx
│ │ ├── Cards.jsx
│ │ ├── Footer.jsx
│ │ ├── Hero.jsx
│ │ ├── Navbar.jsx
│ │ └── Newsletter.jsx
│ ├── App.jsx
│ ├── index.css
│ └── main.jsx
├── index.html
├── package.json
├── vite.config.js
└── README.md
git clone https://github.com/specialbrocoli/LIPiKs.git
cd LIPiKsbun install
# or
npm installbun run dev
# or
npm run devVisit http://localhost:5173/ in your browser
bun run build
# or
npm run install- ⚡ Bun
- 🛠 Vite
- ⚛ React
- 💡 React Icons
- ⌨ react-typed
- 🎨 Tailwind CSS
If you'd like to contribute, please fork the repository and open a pull request to the main branch.
Made with ❤️ by specialbrocoli
