A modern web application built with Next.js for exploring and checking "khodam" (spiritual guardians). This project combines mystical concepts with contemporary web technology to create an engaging user experience.
- Interactive Khodam Checking: User-friendly interface for exploring spiritual connections
- Khodam List View: Browse and learn about different types of spiritual guardians
- Developer Information: Dedicated section about the project and its creators
- Modern UI/UX: Responsive design with Tailwind CSS styling
- Database Integration: Powered by Supabase for data management
- Frontend Framework: Next.js
- Styling: Tailwind CSS
- Database: Supabase
- Assets: SVG icons and graphics
├── public/ # Static assets (SVG files)
├── src/
│ ├── app/ # Next.js application files
│ │ ├── components/ # React components
│ │ ├── developer/ # Developer page
│ │ ├── listkhodam/ # Khodam list page
│ │ └── globals.css # Global styles
│ └── utils/ # Utility functions
-
Clone the repository:
git clone https://github.com/kasumabalidps/cek-khodam-next.git cd cek-khodam-next
-
Install dependencies:
npm install # or yarn install
-
Set up environment variables: Create a
.env.local
file with your Supabase credentials -
Run the development server:
npm run dev # or yarn dev
-
Open the application: Visit http://localhost:3000 in your browser
KhodamCard
: Main interface for khodam checkingKhodamListCard
: Displays list of available khodamDeveloperHero
: Information about the development teamNavbar
: Navigation component
This project is intended for entertainment and educational purposes only. Use responsibly!
Contributions are welcome! Please feel free to submit a Pull Request.