Yashasv-Prajapati / Docify

5 stars 2 forks source link

Feature/cs3 154 UI generate readme page #140

Closed AtharvaMulay25 closed 2 months ago

AtharvaMulay25 commented 2 months ago

This PR does the following:

  1. Made Generate Readme Form page
  2. navigating user to above form from dashboard on clicking generate readme of a particular project.

TODO: Need to integrate with the backend.

linear[bot] commented 2 months ago
CS3-154 [UI] Generate Readme Page

In this page, we need to ask the user a basic description of their project, then send the request to API handler for generate readme, build the page UI and add button "Generate Readme" for this. If possible keep it as a server component and **USE SHADCN COMPONENTS FOR CONSISTENCY.** Write a basic function for the Generate Readme button, that will simply console.log "working".