File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,14 +17,38 @@ export const projectsData: Project[] = [
1717 "Docker" ,
1818 "fly.io" ,
1919 "React" ,
20- "Redux" ,
20+ "Redux Toolkit" ,
21+ "Axios" ,
2122 "MaterialUI" ,
2223 "Responsive Design" ,
23- "GitHub Actions"
24+ "GitHub Actions" ,
2425 ]
2526 } ,
2627 {
2728 id : 2 ,
29+ title : "Blacksmith E-commerce Web App" ,
30+ image : "../images/blacksmith.png" ,
31+ url : "https://blacksmithsolution-e5dfd7auercug3cz.westeurope-01.azurewebsites.net/" ,
32+ repoUrl : "https://github.com/ktopchiev/BlacksmithSolution" ,
33+ shortDescription : "This is a Full-stack, Clean Architecture web application using ASP.NET Core (backend) and React + Redux (frontend)." +
34+ "It uses PostgreSQL on Supabase as the database and is deployed on Azure." ,
35+ description : "" ,
36+ techStack : [
37+ "ASP.NET" ,
38+ "PostgreSQL" ,
39+ "React" ,
40+ "Redux Toolkit" ,
41+ "Rtk Query" ,
42+ "MaterialUI" ,
43+ "GitHub Actions" ,
44+ "CI/CD" ,
45+ "Supabase" ,
46+ "Azure" ,
47+ "Clean Architecture" ,
48+ ]
49+ } ,
50+ {
51+ id : 3 ,
2852 title : "Portfolio GitHub Page" ,
2953 image : "../images/my-portfolio-page.png" ,
3054 url : "" ,
@@ -37,5 +61,6 @@ export const projectsData: Project[] = [
3761 "Responsive Design" ,
3862 "GitHub Pages"
3963 ]
40- }
64+ } ,
65+
4166]
You can’t perform that action at this time.
0 commit comments