-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.js
More file actions
41 lines (38 loc) · 2.32 KB
/
data.js
File metadata and controls
41 lines (38 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
// Tools and Technologies Here...
export const toolsData = ["HTML", "CSS", "JavaScript", "React.js", "Tailwind CSS", "Daisy UI", "Shadcn/UI", "Express.js", "Node.js", "MongoDB", "MySQL", "PostgreSQL", "Socket.io", "Redux", "Core PHP"];
// Data for projects Here...
export const projectsData = [
{
name: "FWU Sathi - A social App",
description: "FWU Sathi is a social platform for CSIT students to register, log in, like, comment, and connect with peers. It supports student search with filters, real-time group messaging, notifications, centralized notes access, profile management, and strong input validation.",
tags: ["react.js", "tailwind CSS", "express.js", "node.js", "mongoDB", "socket.io", "redux"],
thumbnail: "/projects/fwu-sathi/home-page.png",
links:{
yt:"https://youtu.be/ZHAWWw8NYEw?si=Poi3Mq-VH9zZtGwD",
website:"",
code:"https://github.com/bishalbhat2002/FWU-Sathi"
}
},
{
name: "Real Time Chat App",
description: "A real-time chat application with a clean, responsive interface that allows users to register, log in, and instantly communicate with others. It provides smooth messaging experience with simple navigation and user-friendly design for seamless interaction.",
tags: ["react.js", "tailwind CSS", "daisy UI", "express.js", "node.js", "mongoDB", "socket.io", "redux"],
thumbnail: "/projects/chat-app/chat-app.png",
links:{
yt:"https://youtu.be/WgkMqghYcdA?si=NgWBcREvViprXfhN",
website:"",
code:"https://github.com/bishalbhat2002/Real-Time-Chat-APP__MERN"
}
},
{
name: "Student Management System",
description: "A Student Management System with a clean, user-friendly interface that supports Admin, Teacher, and Student roles. Admin manages records, fees, results, and schedules; teachers handle attendance and notes; students access courses, results, and attendance.",
tags: ["HTML", "CSS", "JavaScript", "PHP", "MySQL"],
thumbnail: "/projects/sms/admin.png",
links:{
yt:"https://youtu.be/k1pUgNJp3Is?si=HhdUPlRHTsch2B5O",
website:"",
code:"https://github.com/bishalbhat2002/Student-Management-System"
}
},
]