Closed Harikrishna3 closed 2 years ago
/src
should also be inside/client
. All client related files should be inside/client
. Example directory:
client
public
src
assests
components
other...
package.json
README.md
template.md
This is how any react-app project should be structured
hacktoberfest accepted label 🙄
Description
created in client page
Acceptance Criteria Requirements Use React The design must be responsive Make the following directories inside /client/src/ : /components/ to store all components. Note: Each component should be in their respective folders inside '/compnents/` /pages/ to store all pages Route all the pages using routes.js file inside /client/src/. Create a template.md file in /client/src/ and write details about the color schema for future developers. Provide the full-screen screenshot of the final rendered page.