DugarRishab / Algo.io

From solutions of Leet code in various languages to list of important algorithms for developers, we have everything
7 stars 40 forks source link

Landing Page created in React website #81

Closed Harikrishna3 closed 2 years ago

Harikrishna3 commented 2 years ago

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.

DugarRishab commented 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

Harikrishna3 commented 2 years ago

hacktoberfest accepted label 🙄