Ogames is a portfolio website I created as part of a personal learning project to leverage APIs and modern web technologies. Built using the Next.js framework and Tailwind CSS for responsive design, Ogames offers a smooth and engaging user experience with interactive animations from GSAP.
Features:
Ogames provides a list of free games that can be downloaded, with direct links to the developer's site to download the game. This game data is obtained from the Free-to-Play Games Database API provided by RapidAPI.
Logged-in users can create their own wishlist of favorite games. This feature allows users to keep a list of games they want to try at a later time.
With Clerk integration, Ogames offers a secure and user-friendly login system. Users can register and log in to access personalized features such as the wishlist.
Technologies:
Technologies:
npx create-next-app@latest
npm install -D tailwindcss
npm install gsap
npm install clerk
The primary programming language used, without TypeScript.
Project Goals:
Ogames is a personal project I developed to deepen my understanding of API integration and the use of modern web technologies. This project allowed me to sharpen my skills in web development, user authentication, and dynamic data management.
Content:
The website features various free games from different genres. Each game entry includes a description, download link, and the option to add the game to the wishlist. Ogames serves as a platform that makes it easy for users to quickly and easily discover interesting free games.