Algolisted-Org / AlgoListed

Algolisted is an AI-powered platform dedicated to assisting computer science students in preparing for placements and internships. Our services include tracking and analytics across various platforms and topics.
http://algolisted.com
Other
164 stars 99 forks source link

Enter proper links in Landing Page Footer #88

Closed dineshigdd closed 1 year ago

dineshigdd commented 1 year ago
  1. I added the following links

    • About us
    • Team
    • Our Mission
    • Contact
    • Future Vision
    • Login
    • Create account
    • Request API access
  2. I created the following demo screen components

    • Contact
    • Mission
    • FutureVision
    • RequestAPI
  3. There were too many import statements in the App.js. Therefore, I created an index.js file in Screen/index.js and moved those imports to that file.

  4. Therefore in the future, you can add any imports to App.js from Screen to the Screen/index.js .

Recommendation: I suggest you implement the same strategy for the Components folder as you will have many import statements in App.js from the Components folder in the future.

NayakPenguin commented 1 year ago

Great work @dineshigdd. Especially, the extra work you did with cleaning the code was impressive.