Skip to content

Commit

Permalink
docs(tools-overview): improve bullet point phrasing on cards
Browse files Browse the repository at this point in the history
  • Loading branch information
MFarabi619 committed Nov 7, 2024
1 parent d1c22c2 commit a38468b
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions apps/docs/src/content/docs/tools-overview/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Written in a beginner-friendly language in order to provide a smooth onboarding
description={
<>
<li>
An outrageously powerful collaborative design tool for wireframing
Outrageously powerful collaborative design tool for wireframing
ideas and prototyping mockups.
</li>
<li>
Expand Down Expand Up @@ -95,8 +95,8 @@ Written in a beginner-friendly language in order to provide a smooth onboarding
description={
<>
<li>
Allows sharing code and assets between projects, and makes using many
different technologies together possible.
Makes using many
different technologies together possible by sharing code and assets between projects.
</li>
<li>
Massively improves productivity as you don't have to context switch
Expand Down Expand Up @@ -173,7 +173,7 @@ Written in a beginner-friendly language in order to provide a smooth onboarding
title={"React"}
description={
<>
<li>A JavaScript view layer library for building user interfaces.</li>
<li>JavaScript view layer library for building user interfaces.</li>
<li>Emphasis on the library part, it's not a framework.</li>
<li>
Very bueno for saving you from writing all the HTML yourself, and
Expand All @@ -196,11 +196,11 @@ Written in a beginner-friendly language in order to provide a smooth onboarding
}
/>
<Card
title={"Next.js (may be replaced with Remix)"}
title={"Next.js"}
description={
<>
<li>
An unopinionated and batteries-not-included React framework with
Unopinionated and batteries-not-included React framework with
routing, server-side rendering, image optimizations, and many other
things.
</li>
Expand All @@ -227,10 +227,10 @@ Written in a beginner-friendly language in order to provide a smooth onboarding
<>
<li>More performant than Next.js for dynamic applications.</li>
<li>
More 'guts-out' and modular with a clearer separation between client
More 'guts-out' and modular with clearer separation between client
and server.
</li>
<li>Maintained by Shopify & the React Router team.</li>
<li>Maintained the React Router team at Shopify.</li>
</>
}
href={`https://remix.run`}
Expand All @@ -248,7 +248,7 @@ Written in a beginner-friendly language in order to provide a smooth onboarding
description={
<>
<li>
A framework for developing and testing UI components in isolation.
Framework for developing and testing UI components in isolation.
</li>
<li>
Allows you to make your buttons in peace, without having to launch the
Expand All @@ -275,7 +275,7 @@ Written in a beginner-friendly language in order to provide a smooth onboarding
title={"TailwindCSS"}
description={
<>
<li>A utility-first CSS framework to style components super fast.</li>
<li>Utility-first CSS framework to style components super fast.</li>
<li>
No more separate stylesheets. Won't necessarily fix your potato UI but
will allow you to make them faster and with less debugging.
Expand Down Expand Up @@ -326,7 +326,7 @@ Written in a beginner-friendly language in order to provide a smooth onboarding
description={
<>
<li>
A modern component library built on top of Radix UI Primitives and
Modern component library built on top of Radix UI Primitives and
styled with Tailwind, combining accessibility, customizability, and
business logic into one.
</li>
Expand Down Expand Up @@ -556,7 +556,7 @@ Written in a beginner-friendly language in order to provide a smooth onboarding
description={
<>
<li>
A tool to create standardized commit messages that adhere to the{" "}
Automates creating standardized commit messages that adhere to the{" "}
<a href="https://www.conventionalcommits.org/en/v1.0.0/">
conventional commits specification
</a>{" "}
Expand Down Expand Up @@ -635,7 +635,7 @@ Written in a beginner-friendly language in order to provide a smooth onboarding
description={
<>
<li>
Library that allows us to quickly and easily trigger Git hooks, which
Quickly and easily triggers Git hooks, which
in turn trigger commands to run the tools mentioned above.
</li>
</>
Expand All @@ -659,7 +659,7 @@ Written in a beginner-friendly language in order to provide a smooth onboarding
title={"Vitest"}
description={
<>
<li>For writing both Unit Tests and Integration Tests.</li>
<li>For both Unit Tests and Integration Tests.</li>
<li>
Code with peace of mind and get instant feedback if you break
something.
Expand All @@ -680,7 +680,7 @@ Written in a beginner-friendly language in order to provide a smooth onboarding
title={"Playwright"}
description={
<>
<li>For End-to-End Testing of our entire app.</li>
<li>For End-to-End Testing of our entire platform.</li>
<li>
Instead of clicking around the entire app yourself to see if it still
works after every single time you make a change, why not let a robot
Expand Down

0 comments on commit a38468b

Please sign in to comment.