Skip to content

Commit 18cf66e

Browse files
committed
//
1 parent 0467f8b commit 18cf66e

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

readme.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is a simple AngularJS demo project showcasing basic single-page application
55
## 🔗 Live Demo
66

77
You can view the live deployed version of this project here:
8-
\*\*[https://ongunakaycom.github.io/angular-js-demo/](https://ongunakaycom.github.io/angular-js-demo/)\*\*
8+
**[https://ongunakaycom.github.io/angular-js-demo/](https://ongunakaycom.github.io/angular-js-demo/)**
99

1010
---
1111

@@ -15,12 +15,12 @@ This project is automatically deployed to GitHub Pages using a GitHub Actions wo
1515

1616
### CI/CD Workflow
1717

18-
- Runs on every push to \`main\`
18+
- Runs on every push to `main`
1919
- Builds the public directory from project files
20-
- Pushes content to \`gh-pages\` branch
20+
- Pushes content to `gh-pages` branch
2121
- Uses [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages)
2222

23-
GitHub Actions config file: \`.github/workflows/deploy.yml\`
23+
GitHub Actions config file: `.github/workflows/deploy.yml`
2424

2525
---
2626

@@ -42,13 +42,13 @@ GitHub Actions config file: \`.github/workflows/deploy.yml\`
4242

4343
## 📄 File Descriptions
4444

45-
- \`index.html\`: Main entry point of the application
46-
- \`app.js\`: AngularJS module and route configuration
47-
- \`home.html\`, \`about.html\`, \`cv.html\`: Different views for the single-page app
48-
- \`style.css\`: Custom CSS styles
49-
- \`readme.md\`: This project documentation
50-
- \`.github/workflows/deploy.yml\`: GitHub Actions deployment configuration
51-
- \`.gitignore\`: Git ignore file for excluding files from version control
45+
- `index.html`: Main entry point of the application
46+
- `app.js`: AngularJS module and route configuration
47+
- `home.html`, `about.html`, `cv.html`: Different views for the single-page app
48+
- `style.css`: Custom CSS styles
49+
- `readme.md`: This project documentation
50+
- `.github/workflows/deploy.yml`: GitHub Actions deployment configuration
51+
- `.gitignore`: Git ignore file for excluding files from version control
5252

5353
---
5454

@@ -79,7 +79,7 @@ cd path/to/angular-js-demo
7979
python3 -m http.server 8000
8080
```
8181

82-
Access it at: \`http://localhost:8000\`
82+
Access it at: `http://localhost:8000`
8383

8484
### Option 2: Node.js Live Server
8585

@@ -91,7 +91,7 @@ live-server
9191

9292
### Option 3: Direct File Access
9393

94-
Simply open \`index.html\` directly in your browser (note: routing may not work properly with this method).
94+
Simply open `index.html` directly in your browser (note: routing may not work properly with this method).
9595

9696
---
9797

@@ -109,23 +109,23 @@ Simply open \`index.html\` directly in your browser (note: routing may not work
109109
1. Clone the repository
110110
2. Modify files as needed
111111
3. Run locally using one of the server methods above
112-
4. Push changes to \`main\` to trigger auto-deployment
112+
4. Push changes to `main` to trigger auto-deployment
113113

114114
---
115115

116116
## 🛠️ Technology Stack
117117

118-
- \*\*AngularJS\*\* (1.8.2)
119-
- \*\*Angular Material\*\*
120-
- \*\*ngRoute\*\*
121-
- \*\*HTML5\*\*, \*\*CSS3\*\*
122-
- \*\*GitHub Actions\*\* (CI/CD)
118+
- **AngularJS** (1.8.2)
119+
- **Angular Material**
120+
- **ngRoute**
121+
- **HTML5**, **CSS3**
122+
- **GitHub Actions** (CI/CD)
123123

124124
---
125125

126126
## 📝 License
127127

128-
This project is licensed under the \*\*Apache-2.0 License\*\*.
128+
This project is licensed under the **Apache-2.0 License**.
129129

130130
---
131131

0 commit comments

Comments
 (0)