Official website for GoalGenius - The open-source goal tracking platform.
This repository contains the source code for the GoalGenius landing page and documentation website. For the main application code, please visit the GoalGenius App Repository.
- 🎯 Landing Page - Modern, responsive landing page showcasing GoalGenius features
- 📚 Documentation - Comprehensive guides and API documentation
- 💝 Donation Page - Support options for the open-source project
- 🌙 Dark Mode - Beautiful dark theme with glass-morphism effects
- 📱 Responsive Design - Seamless experience across all devices
- 🔍 SEO Optimized - Built with Next.js for optimal search engine performance
- Node.js 18+
- pnpm (Recommended) - Install with
npm install -g pnpm - Git
- Clone the repository
git clone https://github.com/ismailco/goalgenius-website.git
cd goalgenius-website- Install dependencies
pnpm install- Start the development server
pnpm dev- Open http://localhost:3000 in your browser
- Framework: Next.js 13 - React framework for production
- Styling: Tailwind CSS - Utility-first CSS framework
- Animations: Framer Motion - Production-ready animations
- Icons: Custom SVG icons and Heroicons
- Deployment: Vercel
- Package Manager: pnpm - Fast, disk space efficient package manager
goalgenius-website/
├── app/ # Next.js 13 app directory
│ ├── donate/ # Donation page
│ └── ... # Other pages
├── components/ # Reusable UI components
├── public/ # Static assets
└── ...
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the GNU Affero General Public License v3.0 - see the LICENSE file for details. The AGPL license ensures that any modifications to the code must be made available to the community, promoting open collaboration and transparency.
- GoalGenius App - The main application repository
- GoalGenius Mobile - Mobile app repository (Coming Soon)
Made with ❤️ by Ismail Courr
