A website that creates college or school code files from just questions in minutes . It solves the problem of making the code files .
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
My site is now fully working and can generate small files due to api limits and successfully deployed and implemented clerk in it.
Successfully added the email feature and soon adding animations in it
Added dark mode in the site and zustand for state management . Authentication will be the next feature .
Added the python file code generation option in the output file and it working finally after 2 hours of debugging
Working on backend today , connected frontend with it withFASTAPI and used GEMINI API key to get response of the questions and i faced a lot of problems in handling pdf uploads from user and to make my backend read it and generate a docx file based on the data of the pdf file . Today i added features like my frontened and backend is connected on file system and actually giving me the docx file in return . This is my first devlog and my progress from previous days was created the frontend of my webapp using React Shadcn and tailwind .