Skip to content

Commit 3b057f7

Browse files
committed
Add Markdown parser Project
1 parent 929eb9d commit 3b057f7

File tree

3 files changed

+60
-1
lines changed

3 files changed

+60
-1
lines changed
Lines changed: 12 additions & 0 deletions
Loading
18.9 MB
Binary file not shown.

src/constants/project.js

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,53 @@ export const myProjects = [
144144
path: "./assets/coding/npm.svg",
145145
},
146146
],
147+
},
148+
{
149+
title: "Markdown Parser",
150+
desc: "A powerful Markdown parser built with modern web technologies, enabling seamless conversion of Markdown for live editing and previewing with download options.",
151+
subdesc:
152+
"This Markdown parser is designed to provide a smooth and efficient editing experience, allowing users to write and preview their Markdown content in real time and download them as needed. Built with React.js, Node.js, and other cutting-edge technologies, it ensures high performance and responsiveness, making it an ideal tool for developers and content creators alike.",
153+
href: "https://sa-fw-an.github.io/markdown-parser",
154+
texture: "./textures/project/mdparser.mov",
155+
logo: "./assets/project/mdparser-logo.svg",
156+
logoStyle: {
157+
backgroundColor: "#0B1624",
158+
border: "0.2px solid #1A2433",
159+
boxShadow: "0px 0px 60px 0px #2248704D",
160+
},
161+
spotlight: "./assets/spotlight5.png",
162+
tags: [
163+
{
164+
id: 1,
165+
name: "React.js",
166+
path: "./assets/coding/react.svg",
167+
},
168+
{
169+
id: 2,
170+
name: "TailwindCSS",
171+
path: "./assets/coding/tailwind.svg",
172+
},
173+
{
174+
id: 3,
175+
name: "JavaScript",
176+
path: "./assets/coding/javascript.svg",
177+
},
178+
{
179+
id: 4,
180+
name: "Html",
181+
path: "./assets/coding/html.svg",
182+
},
183+
{
184+
id: 5,
185+
name: "Vite",
186+
path: "./assets/coding/vite.svg",
187+
},
188+
{
189+
id: 6,
190+
name: "Framer Motion",
191+
path: "./assets/coding/framer.svg",
192+
},
193+
],
147194
},
148195
{
149196
title: "MERN Chat App",
@@ -212,7 +259,7 @@ export const myProjects = [
212259
desc: "A visually stunning portfolio showcasing intricate 3D web models with a focus on responsive design and exceptional user interface.",
213260
subdesc:
214261
"This portfolio features a collection of cool and interactive 3D models, allowing users to explore and engage with each design. Built with HTML, CSS, JavaScript, and other cutting-edge technologies, the site ensures a seamless experience across devices, highlighting creativity and technical prowess in 3D modeling and web development.",
215-
href: "https://github.com/sa-fw-an/Portfolio",
262+
href: "https://sa-fw-an.github.io/Portfolio/",
216263
texture: "./textures/project/3dportfolio.mp4",
217264
logo: "./assets/project/portfolio-logo.svg",
218265
logoStyle: {

0 commit comments

Comments
 (0)