Skip to content

Commit ed6f205

Browse files
authored
Refine README structure: update table of contents and clarify getting started instructions
1 parent cfd938b commit ed6f205

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ Without further ado, let's get started.
2626
## Table of Contents
2727

2828
1. [Story](docs/1_Story)
29-
2. [Prerequisites, expectations, and assumptions](docs/2_Prerequisites)
30-
3. [Getting started - front end setup with HTML and CSS](docs/3_GettingStarted)
31-
4. Prettifying the design with Bootstrap
32-
5. Adding functionality with ReactJS
33-
6. Adding a backend with NodeJS
29+
2. [Prerequisites and development environment setup](docs/2_Prerequisites)
30+
3. [Getting started - app frontend and backend creation](docs/3_GettingStarted)
31+
4. [MongoDB install and setup](docs/4_MongoDBInstallSetup/)

docs/3_GettingStarted/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Getting started
1+
# Getting started
22

33
In this section, we will start by setting up the face of our OctoFit application by building the front end page. To do that, we will keep it as simple as possible for now. We need resources like HTML and CSS to start decorating first, and we will later modify the page to extend the functionalities.
44

0 commit comments

Comments
 (0)