From 68fabae5a630e56862e27395f20344f1f6c440c9 Mon Sep 17 00:00:00 2001 From: NAIGAGA SHILLAH Date: Fri, 27 Feb 2026 23:25:32 +0300 Subject: [PATCH 1/6] Enhance README with table of contents and scripts Added a table of contents and sections for available scripts and learning resources. --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 58beeac..adc192f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,28 @@ # Getting Started with Create React App +Table of Contents +About the Project + +Available Scripts + +npm start + +npm test + +npm run build + +npm run eject + +Learning Resources + +React Fundamentals + +Optimization & Bundle Analysis + +Advanced Configuration + +Deployment & Troubleshooting + +Production Build Issues This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). From 35277c83ba2529a1dbcaa3f2b7722c409ca59608 Mon Sep 17 00:00:00 2001 From: NAIGAGA SHILLAH Date: Fri, 27 Feb 2026 23:27:17 +0300 Subject: [PATCH 2/6] Update link format in README for Available Scripts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adc192f..5712617 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Table of Contents About the Project -Available Scripts +[Available Scripts](#available-scripts) npm start From 44e04bc54f24a3ab95d8647f6bf2c186ef9dcc00 Mon Sep 17 00:00:00 2001 From: NAIGAGA SHILLAH Date: Fri, 27 Feb 2026 23:29:10 +0300 Subject: [PATCH 3/6] Update README links for available scripts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5712617..c230570 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ About the Project [Available Scripts](#available-scripts) -npm start +[npm start](#npm-start) -npm test +[npm test](#npm-test) -npm run build +[npm run build](#npm run build) npm run eject From 531ea92c8d83fed7f01823a5d73baab40637f618 Mon Sep 17 00:00:00 2001 From: NAIGAGA SHILLAH Date: Fri, 27 Feb 2026 23:29:43 +0300 Subject: [PATCH 4/6] Fix link formatting for npm run build --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c230570..cf3ecb9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ About the Project [npm test](#npm-test) -[npm run build](#npm run build) +[npm run build](#npm-run-build) npm run eject From 0bdb3cea93490ceec0b7436055b8837785f1722f Mon Sep 17 00:00:00 2001 From: NAIGAGA SHILLAH Date: Fri, 27 Feb 2026 23:39:56 +0300 Subject: [PATCH 5/6] Refactor README formatting and content Updated the README to improve formatting and clarity. --- README.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index cf3ecb9..4b8477b 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,28 @@ # Getting Started with Create React App +This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). + Table of Contents About the Project [Available Scripts](#available-scripts) -[npm start](#npm-start) +- [npm start](#npm-start) [npm test](#npm-test) [npm run build](#npm-run-build) +[npm run eject](#npm-run-eject) +[Learn More](#Learn-More) +[Code Splitting](#Code-Splitting) +[Analyzing the Bundle Size](#Analyzing-the-Bundle-Size) +[Making a Progressive Web App](#Making-a-Progressive-Web-App) +[Advanced Configuration](#Advanced-Configuration) +[Deployment](#Deployment) +[`npm run build` fails to minify](#`npm-run-build`-fails-to-minify) -npm run eject - -Learning Resources - -React Fundamentals -Optimization & Bundle Analysis -Advanced Configuration -Deployment & Troubleshooting - -Production Build Issues - -This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ## Available Scripts From 7c046f826999c60e6b603eef81a35525237ca52e Mon Sep 17 00:00:00 2001 From: NAIGAGA SHILLAH Date: Fri, 27 Feb 2026 23:44:07 +0300 Subject: [PATCH 6/6] Revise Table of Contents in README.md Updated the Table of Contents in the README file to include additional scripts and sections. --- README.md | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 4b8477b..711d03c 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,31 @@ # Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). -Table of Contents -About the Project +**Table of Contents** [Available Scripts](#available-scripts) - [npm start](#npm-start) - -[npm test](#npm-test) - -[npm run build](#npm-run-build) -[npm run eject](#npm-run-eject) + +- [npm test](#npm-test) + +- [npm run build](#npm-run-build) + +- [npm run eject](#npm-run-eject) + [Learn More](#Learn-More) -[Code Splitting](#Code-Splitting) -[Analyzing the Bundle Size](#Analyzing-the-Bundle-Size) -[Making a Progressive Web App](#Making-a-Progressive-Web-App) -[Advanced Configuration](#Advanced-Configuration) -[Deployment](#Deployment) -[`npm run build` fails to minify](#`npm-run-build`-fails-to-minify) + +- [Code Splitting](#Code-Splitting) + +- [Analyzing the Bundle Size](#Analyzing-the-Bundle-Size) + +- [Making a Progressive Web App](#Making-a-Progressive-Web-App) + +- [Advanced Configuration](#Advanced-Configuration) + +- [Deployment](#Deployment) + +- [`npm run build` fails to minify](#`npm-run-build`-fails-to-minify)