DandyLyons / React-Example

An example of a React app written in TypeScript, using Vite.
MIT License
2 stars 3 forks source link

[FEATURE] `generic-context` and `generic-text` #9

Open DandyLyons opened 11 months ago

DandyLyons commented 11 months ago

generic-context and generic-text

In the Figma design you will see two frame named generic-context and generic-text. We will be implementing these.

If you would like to be assigned to this Issue please comment below. Please comment with any questions you have.

React Component vs. straight up TSX

NOTE: I am currently undecided on if these frames should be implemented in React as a separate React Component or just plain TSX code. I'm learning towards TSX code. Try it out and decide for yourself. CONSIDERATIONS: Typically the point of a Component is when you want the code to be reusable in other parts of the project or when you want to encapsulate functionality so that it doesn't accidentally bleed into other parts of the codebase.

User Story:

As a potential employer, I want to see interesting projects made by this developer so that I can decide if I want to hire them.

Description:

In a real portfolio site, this would be the section to showcase projects that you have worked on. Here, a potential employer could click on these links and see your talent.

Acceptance Criteria:

Design Mockup/Assets:

Go to this link: generic-context and generic-text Design in Figma

Screenshot 2023-10-27 at 1 04 16 PM

Additional Information:

Priority:

High

Linked Issues/PRs:

Due Date:

Try to complete this before mid-November.