A platform that provides unique DIY (Do It Yourself) project suggestions using OpenAI. Explore a variety of projects, their materials, and steps to create them.
/client
: Contains frontend of the platform. It allows users to navigate through projects, filter by category and difficulty, and view project details. Client details/server
: Backend API responsible for fetching project data and managing interactions with OpenAI. Server details
- Clone the repository.
- Set up both the client and server by following their respective READMEs.