-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
36 lines (36 loc) · 2.32 KB
/
project.json
File metadata and controls
36 lines (36 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
{
"projects": [
{
"Name": "SRMLaunchpad",
"backgroundImage": "./assets/images/projects/SRMLaunchPad.mp4",
"skills": ["React", "Node" , "express" , "mongoDB"],
"Description": "SRMLaunchPad is an advanced online eLearning platform for B.Tech students at SRM University, offering video lectures, study materials, and interactive quizzes to enhance their educational experience.",
"github": "https://github.com/dinonomous/SRMLaunchPad",
"link": false
},
{
"Name": "Spotify Clone",
"backgroundImage": "./assets/images/projects/spotifyProject.mp4",
"skills": ["JavaScript", "CSS", "HTML"],
"Description": "The Spotify Clone is a web application built using HTML, CSS, and JavaScript, featuring a responsive design, an intuitive user interface similar to Spotify, a mock music library, functional audio playback controls, and interactive elements like search and playlist creation, showcasing modern web development techniques.",
"github": "https://github.com/dinonomous/Spotify-Clone",
"link": "https://dinesh.freewebhostmost.com/"
},
{
"Name": "SRMmessMenue",
"backgroundImage": "./assets/images/projects/SRMmessMenueProject.mp4",
"skills": ["JavaScript", "CSS", "HTML"],
"Description": "This website is designed for SRM University students to conveniently view their hostel mess menu and manage their daily tasks with an integrated to-do list. The platform allows students to easily check what meals are being served and plan their schedules efficiently, combining the essential functions of meal planning and task management into one user-friendly interface.",
"github": "https://github.com/dinonomous/Java-Script-Projects",
"link": "https://messmenue.netlify.app/"
},
{
"Name": "Netflix Clone",
"backgroundImage": "./assets/images/projects/netflixClone.mp4",
"skills": ["HTML" , "CSS"],
"Description": "This Netflix-inspired login page, crafted with HTML, CSS, and JavaScript, mirrors the sleek interface of the popular streaming service",
"github": "https://github.com/dinonomous/Netflix-Clone",
"link": false
}
]
}