Skip to content

specialbrocoli/LIPiKs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIPiKs - Data Finance Dashboard

LIPiKs Home Page

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.

Features

  • 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

Project Structure

├── 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

Getting Started

1. Clone the repository

git clone https://github.com/specialbrocoli/LIPiKs.git
cd LIPiKs

2. Install dependencies

bun install
# or
npm install

3. Spawn dev server

bun run dev
# or
npm run dev

Visit http://localhost:5173/ in your browser

Build for Production

bun run build 
# or 
npm run install

Tech Stack

🤝 Contributing

Submit a pull request

If you'd like to contribute, please fork the repository and open a pull request to the main branch.

Made with ❤️ by specialbrocoli

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors