Skip to content

Commit 03233f9

Browse files
committed
readme refactor
1 parent d4756ff commit 03233f9

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

+14-6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ This repository contains a collection of examples that provide hands-on learning
1313

1414
<b>Note</b>: This repository is only a quickstart guide. It is not a complete guide to React, TypeScript, ViteJS, or TailwindCSS.
1515

16+
## Table of Contents
17+
18+
- [Quickstart for React + TypeScript + Vite + TailwindCSS](#quickstart-for-react--typescript--vite--tailwindcss)
19+
- [Table of Contents](#table-of-contents)
20+
- [What knowledge do you need?](#what-knowledge-do-you-need)
21+
- [What will you learn?](#what-will-you-learn)
22+
- [Getting Started](#getting-started)
23+
1624
## What knowledge do you need?
1725

1826
1. Basic knowledge of HTML
@@ -27,12 +35,12 @@ This repository contains a collection of examples that provide hands-on learning
2735

2836
In the end you will be able to create a React application with TypeScript and TailwindCSS like this: [Example App](https://github.com/MemerGamer/vite-react-ts-tailwind-example)
2937

30-
Note: In the example app we also use ViteJS which is not covered in this quickstart guide.
38+
**Note**: In the example app we also use [ViteJS](https://vitejs.dev/) which is not covered in this quickstart guide.
3139
In summary ViteJS is frontend tool that is used for building fast and optimized web applications. It uses a modern build system and a fast development server to provide a streamlined and efficient development experience.
3240

33-
## Table of Contents
41+
## Getting Started
3442

35-
1. [JavaScript](./JavaScript.md)
36-
2. [TypeScript](./TypeScript.md)
37-
3. [React with TypeScript](./React.md)
38-
4. [TailwindCSS with React](./TailwindCSS.md)
43+
- [Getting Started with JavaScript](./JavaScript.md)
44+
- [Getting Started with TypeScript](./TypeScript.md)
45+
- [Getting Started with React and TypeScript](./React.md)
46+
- [Getting Started with TailwindCSS](./TailwindCSS.md)

0 commit comments

Comments
 (0)