Skip to content

Commit

Permalink
updated projects
Browse files Browse the repository at this point in the history
  • Loading branch information
muskanmi authored Oct 9, 2024
1 parent 824379a commit a7a6357
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 72 deletions.
2 changes: 2 additions & 0 deletions src/assets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ import javascriptCourse from "./javascriptCourse.jpg"
import dsa from "./dsa.jpg";
import admindash from './admindash.png'
import ecommerce from './ecommerce.png'
import podcastr from './podcastr.png'
import events from './events.png'

export {
Expand Down Expand Up @@ -110,5 +111,6 @@ export {
dsa,
admindash,
ecommerce,
podcastr
events,
};
Binary file added src/assets/podcastr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
124 changes: 52 additions & 72 deletions src/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ import {
dsa,
admindash,
ecommerce,
podcastr,
events,
} from "../assets";

Expand Down Expand Up @@ -166,29 +167,23 @@ const educations = [
icon: g,
iconBg: "#383E56",
date: "September 2018 - May 2022",
points: [
"B.TECH (Computer Science & Engineering)"
],
points: ["B.TECH (Computer Science & Engineering)"],
},
{
title: "",
company_name: "S.J.S Public School",
icon: s,
iconBg: "#383E56",
date: "March 2016- August 2018",
points: [
"Higher Secondary School"
],
points: ["Higher Secondary School"],
},
{
title: "",
company_name: "St. Joseph's School",
icon: s,
iconBg: "#383E56",
date: "March 2014 - March 2016",
points: [
"High School"
],
points: ["High School"],
},
];

Expand Down Expand Up @@ -216,14 +211,14 @@ const testimonials = [
image: coursera,
url: "https://coursera.org",
course: javascriptCourse,
}
},
];

const projects = [
{
name: "Admin Dashboard",
name: "E-commerce",
description:
"A React based Admin Dashboard app using Real time Data, Charts, Events, MongoDB, CRM and more.",
"An e-commerce site with an admin dashboard using NextJS 14, Shadcn UI, MongoDB, Stripe, Typescript.",
tags: [
{
name: "React.js",
Expand All @@ -238,94 +233,94 @@ const projects = [
color: "#ccaebc",
},
{
name: "Tailwind CSS",
name: "Typescript",
color: "#ccaebc",
},
{
name: "Stripe",
color: "#2398a4",
},
{
name: "Shadcn UI",
color: "#ccaebc",
},
],
image: admindash,
image: ecommerce,
source_code_link: "https://github.com/muskanmi/netflix-clone-frontend",
},
{
name: "E-commerce",
name: "Podcastr - AI SaaS",
description:
"An e-commerce site with an admin dashboard using NextJS 14, Shadcn UI, MongoDB, Stripe, Typescript.",
"Built a unique Software-as-a-Service webapp with AI-powered features using NextJS, TypeScript, Convex, OpenAI, Tailwind.",
tags: [
{
name: "React.js",
name: "TypeScript",
color: "#006359",
},
{
name: "Next.js",
color: "#ccb291",
},
{
name: "MongoDB",
name: "Convex",
color: "#ccaebc",
},
{
name: "Typescript",
color: "#ccaebc",
},
{
name: "Stripe",
color: "#2398a4",
},
{
name: "Shadcn UI",
name: "OpenAI",
color: "#ccaebc",
},
],
image: ecommerce,
source_code_link: "https://github.com/muskanmi/netflix-clone-frontend",
image: podcastr,
source_code_link: "https://github.com/muskanmi/podcastr",
},
{
name: "Netflix Clone",
name: "Admin Dashboard",
description:
"A Netflix Clone App built using React js , Material UI & TMDB API that allows searching of 1000+ movies and provides information about their plot, IMDB rating, Genre.",
"A React based Admin Dashboard app using Real time Data, Charts, Events, MongoDB, CRM and more.",
tags: [
{
name: "React.js",
color: "#006359",
},
{
name: "Node.js",
name: "Next.js",
color: "#ccb291",
},
{
name: "MongoDB",
color: "#ccaebc",
},
{
name: "Material UI",
color: "#e36722",
name: "Tailwind CSS",
color: "#ccaebc",
},
],
image: netflix,
image: admindash,
source_code_link: "https://github.com/muskanmi/netflix-clone-frontend",
},
{
name: "Events App",
name: "Netflix Clone",
description:
"Event Organisation web app with NextJS 14, Shadcn UI, Mongoose, Clerk, Stripe, Typescript and TailwindCSS.",
"A Netflix Clone App built using React js , Material UI & TMDB API that allows searching of 1000+ movies and provides information about their plot, IMDB rating, Genre.",
tags: [
{
name: "React.js",
color: "#006359",
},
{
name: "Next.js",
name: "Node.js",
color: "#ccb291",
},
{
name: "MongoDB",
color: "#ccaebc",
},
{
name: "Tailwind CSS",
color: "#ccaebc",
name: "Material UI",
color: "#e36722",
},
],
image: events,
image: netflix,
source_code_link: "https://github.com/muskanmi/netflix-clone-frontend",
},
{
Expand Down Expand Up @@ -371,30 +366,9 @@ const projects = [
source_code_link: "https://github.com/muskanmi/URL-Shortener",
},
{
name: "Pig Game",
description:
"Pig is a simple dice game. Players take turns to roll a single dice as many times as they wish, adding all roll results to a running total, but losing their gained score for the turn.",
tags: [
{
name: "JavaScript",
color: "#5c1dcc",
},
{
name: "HTML",
color: "#8b7975",
},
{
name: "CSS",
color: "#114d56",
},
],
image: pig,
source_code_link: "https://github.com/muskanmi/Pig-Game",
},
{
name: "Flappy Bird Game",
name: "Bankist App",
description:
"Flappy Bird is a game where you tap the screen to make the bird fly. It is a game in which the player controls the bird Faby, which moves persistently to the right",
"Bankist WebApp is a miniature clone of a bank which implements primary tasks such as Transfer money, Request for a loan, Close an account, Check current balance.",
tags: [
{
name: "JavaScript",
Expand All @@ -409,13 +383,13 @@ const projects = [
color: "#114d56",
},
],
image: Flappygame,
source_code_link: "https://github.com/muskanmi/Flappy-Bird-Game",
image: bankist,
source_code_link: "https://github.com/muskanmi/Bankist-app",
},
{
name: "Bankist App",
name: "Pig Game",
description:
"Bankist WebApp is a miniature clone of a bank which implements primary tasks such as Transfer money, Request for a loan, Close an account, Check current balance.",
"Pig is a simple dice game. Players take turns to roll a single dice as many times as they wish, adding all roll results to a running total, but losing their gained score for the turn.",
tags: [
{
name: "JavaScript",
Expand All @@ -430,10 +404,16 @@ const projects = [
color: "#114d56",
},
],
image: bankist,
source_code_link: "https://github.com/muskanmi/Bankist-app",
image: pig,
source_code_link: "https://github.com/muskanmi/Pig-Game",
},

];

export { services, technologies, experiences, testimonials, projects, educations };
export {
services,
technologies,
experiences,
testimonials,
projects,
educations,
};

0 comments on commit a7a6357

Please sign in to comment.