This is a Next.js project bootstrapped with create-next-app.
The blog is rendered from Hashnode's GraphQL API at https://gql-beta.hashnode.com. Set HASHNODE_ACCESS_TOKEN in local and production environments so server-side blog reads are authenticated. You can override the endpoint with HASHNODE_ENDPOINT and the publication host with HASHNODE_PUBLICATION_HOST.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
- Implementation of a two-tier referral system where two referrals result in planting a tree
- Features:
- Unique referral code generation for each user
- Referral tracking dashboard
- Tree planting milestone tracking
- Real-time referral status updates
- Technical Stack:
- Next.js API routes for referral processing
- Database integration for referral tracking
- Real-time updates using React state management
- Financial dashboard aggregating data from eco-friendly platforms
- Features:
- Platform-wide financial metrics visualization
- Interactive charts and graphs using Recharts
- Custom data filtering and reporting
- Performance comparisons across platforms
- Technical Stack:
- Integration with Ecosia's API
- Data visualization using Recharts
- Custom analytics components
- Responsive dashboard layout
- Digital certification program for companies promoting IdleForest
- Features:
- Automated certification issuance
- Partner dashboard for tracking referrals
- Tiered certification levels based on referral milestones
- Digital certificate generation
- Technical Stack:
- PDF generation for certificates
- Partner portal with authentication
- Automated milestone tracking
- Email notification system for achievements
Each feature will be developed iteratively with a focus on user experience and performance optimization.