|
2 | 2 |
|
3 | 3 | AmarTech is a robust E-Commerce Web Application built with ASP.NET Core MVC, showcasing key features of a modern online store. Created for educational purposes, it adheres to clean architecture principles, demonstrating how to develop a scalable and maintainable system from the ground up.
|
4 | 4 |
|
| 5 | +# 🌐 Live Demo |
| 6 | + |
| 7 | +<div align="center"> |
| 8 | + |
| 9 | +🔗 Click here to view the live site: [https://amartech.bsite.net/](https://amartech.bsite.net/) |
| 10 | + |
| 11 | +[](https://amartech.bsite.net/) |
| 12 | + |
| 13 | +</div> |
| 14 | + |
| 15 | + |
| 16 | + |
5 | 17 | ## 📚 Explore Project Resources, management
|
6 | 18 |
|
7 | 19 | Dive into our [Wiki](https://github.com/Learnathon-By-Geeky-Solutions/binary-brains/wiki) for detailed documentation, follow progress with our [DevLog](https://github.com/Learnathon-By-Geeky-Solutions/binary-brains/tree/main/DevLog), and track tasks on our [Trello Board](https://trello.com/b/67a6303580ff372f899865ae/e-commerce-system-binary-brains).
|
@@ -30,13 +42,14 @@ Dive into our [Wiki](https://github.com/Learnathon-By-Geeky-Solutions/binary-bra
|
30 | 42 |
|
31 | 43 | <div align="center">
|
32 | 44 | <table>
|
33 |
| - <tr> |
34 |
| - <td><img src="https://sonarcloud.io/api/project_badges/measure?project=Learnathon-By-Geeky-Solutions_binary-brains&metric=alert_status&style=for-the-badge&color=4C8BF5" alt="Quality Gate" /></td> |
35 |
| - <td><img src="https://sonarcloud.io/api/project_badges/measure?project=Learnathon-By-Geeky-Solutions_binary-brains&metric=vulnerabilities&style=for-the-badge&color=FF6F61" alt="Vulnerabilities" /></td> |
36 |
| - <td><img src="https://sonarcloud.io/api/project_badges/measure?project=Learnathon-By-Geeky-Solutions_binary-brains&metric=bugs&style=for-the-badge&color=FF6F61" alt="Bugs" /></td> |
37 |
| - <td><img src="https://sonarcloud.io/api/project_badges/measure?project=Learnathon-By-Geeky-Solutions_binary-brains&metric=security_rating&style=for-the-badge&color=28A745" alt="Security" /></td> |
38 |
| - <td><img src="https://sonarcloud.io/api/project_badges/measure?project=Learnathon-By-Geeky-Solutions_binary-brains&metric=code_smells&style=for-the-badge&color=FFA500" alt="Code Smells" /></td> |
39 |
| - </tr> |
| 45 | +<tr> |
| 46 | + <td><img src="https://sonarcloud.io/api/project_badges/measure?project=Learnathon-By-Geeky-Solutions_binary-brains&metric=alert_status&style=for-the-badge&color=4C8BF5" alt="Quality Gate" /></td> |
| 47 | + <td><img src="https://sonarcloud.io/api/project_badges/measure?project=Learnathon-By-Geeky-Solutions_dev-4545&metric=coverage&style=for-the-badge" alt="Coverage" /></td> |
| 48 | + |
| 49 | + <td><img src="https://sonarcloud.io/api/project_badges/measure?project=Learnathon-By-Geeky-Solutions_binary-brains&metric=bugs&style=for-the-badge&color=FF6F61" alt="Bugs" /></td> |
| 50 | + <td><img src="https://sonarcloud.io/api/project_badges/measure?project=Learnathon-By-Geeky-Solutions_binary-brains&metric=security_rating&style=for-the-badge&color=28A745" alt="Security" /></td> |
| 51 | + <td><img src="https://sonarcloud.io/api/project_badges/measure?project=Learnathon-By-Geeky-Solutions_binary-brains&metric=code_smells&style=for-the-badge&color=FFA500" alt="Code Smells" /></td> |
| 52 | +</tr> |
40 | 53 | <tr>
|
41 | 54 | <td><img src="https://img.shields.io/github/contributors/Learnathon-By-Geeky-Solutions/binary-brains.svg?style=for-the-badge&color=4C8BF5" alt="Contributors" /></td>
|
42 | 55 | <td><img src="https://img.shields.io/github/forks/Learnathon-By-Geeky-Solutions/binary-brains.svg?style=for-the-badge&color=4C8BF5" alt="Forks" /></td>
|
@@ -115,6 +128,45 @@ Src/
|
115 | 128 | ```
|
116 | 129 |
|
117 | 130 | ---
|
| 131 | +## 📝 Tools and Technologies |
| 132 | + |
| 133 | +<table align="center"> |
| 134 | + <tr> |
| 135 | + <td align="center"> |
| 136 | + <img src="https://upload.wikimedia.org/wikipedia/commons/0/0e/Microsoft_.NET_logo.png" alt="ASP.NET Core" style="height: 60px;"> |
| 137 | + <p><b>ASP.NET Core</b></p> |
| 138 | + </td> |
| 139 | + <td align="center"> |
| 140 | + <img src="https://upload.wikimedia.org/wikipedia/commons/4/4f/Csharp_Logo.png" alt="C#" style="height: 60px;"> |
| 141 | + <p><b>C#</b></p> |
| 142 | + </td> |
| 143 | + <td align="center"> |
| 144 | + <img src="https://schwabencode.com/contents/logos/mssql-server.png" alt="SQL Server" style="height: 60px;"> |
| 145 | + <p><b>Microsoft SQL Server</b></p> |
| 146 | + </td> |
| 147 | + <td align="center"> |
| 148 | + <img src="https://upload.wikimedia.org/wikipedia/commons/b/ba/Stripe_Logo%2C_revised_2016.svg" alt="Stripe" style="height: 60px;"> |
| 149 | + <p><b>Stripe</b></p> |
| 150 | + </td> |
| 151 | + </tr> |
| 152 | + <tr> |
| 153 | + <td align="center"> |
| 154 | + <p><b>ASP.NET Identity</b></p> |
| 155 | + </td> |
| 156 | + <td align="center"> |
| 157 | + <img src="https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png" alt="GitHub" style="height: 60px;"> |
| 158 | + <p><b>GitHub</b></p> |
| 159 | + </td> |
| 160 | + <td align="center"> |
| 161 | + <img src="https://upload.wikimedia.org/wikipedia/commons/5/51/Facebook_f_logo_%282019%29.svg" alt="Facebook Login" style="height: 60px;"> |
| 162 | + <p><b>Facebook Login</b></p> |
| 163 | + </td> |
| 164 | + <td align="center"> |
| 165 | + <img src="https://upload.wikimedia.org/wikipedia/commons/7/7a/Trello-logo-blue.svg" alt="Trello" style="height: 60px;"> |
| 166 | + <p><b>Trello</b></p> |
| 167 | + </td> |
| 168 | + </tr> |
| 169 | +</table> |
118 | 170 |
|
119 | 171 | ## 📝 Project Description
|
120 | 172 |
|
|
0 commit comments