Pinned Repositories
Assign-Mentor
Mentor👩🏻💻 and Student👩🏻🎓 Assigning with Database🛢️ is a simple API for managing mentors and students. It allows you to create, retrieve, update mentors and students from a MongoDB database.
Backend-React-Markdown
chat-be
In a chat application, users are individuals who utilize the platform to connect and communicate with others. They create accounts, log in, and interact with other users through the chat interface. User management is a vital component of the backend system, which includes functions such as registration, login,
chat-fe
ChatApp is an intuitive and user-friendly MERN-based web application designed to enhance communication. It provides a seamless platform for users to engage in real-time conversations. The app features robust user registration, allowing users to create and join chat rooms effortlessly. Users can communicate with message history and notifications
Design_DB_Model
The database design model provided is for a system that manages a Zen class. It includes tables for storing information about students, class activities, syllabus, leaderboard rankings, and more. Each table has specific columns to store relevant data, such as student names, phone numbers, class tasks, and syllabus details.
Portfolio-Be
I created my Backend portfolio for receive message from users to my mail
ReactMarkdown-BE
The ReactMarkdown backend manages user authentication, project creation, and data storage, offering RESTful API endpoints for user actions and project management. It ensures data integrity, security, and user-specific access controls, providing a robust infrastructure for the application.
ReactMarkdown-FE
The ReactMarkdown project ensures a smooth user experience, storing all records securely in MongoDB. Users can register, log in, and reset passwords via email. The app is user-friendly, allowing users to create, edit, and manage projects, with responsive design for all devices.
Taskify-Be
The backend of a task managing app serves as the backbone of the application, handling all the necessary functionalities and data management. It enables users to create, organize, and track tasks effectively. The backend handles user authentication and authorization, ensuring that only authorized users can access and modify their tasks.
Taskify-Fe
Taskify is a full-stack web application designed to enhance productivity by allowing users to efficiently manage their tasks and projects. Users can create, edit, and delete tasks, categorize them, and track their progress. Taskify supports user authentication through Google Auth and JWT, ensuring secure access. The application features a respnsive
mouni2619's Repositories
mouni2619/Assign-Mentor
Mentor👩🏻💻 and Student👩🏻🎓 Assigning with Database🛢️ is a simple API for managing mentors and students. It allows you to create, retrieve, update mentors and students from a MongoDB database.
mouni2619/Backend-React-Markdown
mouni2619/chat-be
In a chat application, users are individuals who utilize the platform to connect and communicate with others. They create accounts, log in, and interact with other users through the chat interface. User management is a vital component of the backend system, which includes functions such as registration, login,
mouni2619/chat-fe
ChatApp is an intuitive and user-friendly MERN-based web application designed to enhance communication. It provides a seamless platform for users to engage in real-time conversations. The app features robust user registration, allowing users to create and join chat rooms effortlessly. Users can communicate with message history and notifications
mouni2619/Design_DB_Model
The database design model provided is for a system that manages a Zen class. It includes tables for storing information about students, class activities, syllabus, leaderboard rankings, and more. Each table has specific columns to store relevant data, such as student names, phone numbers, class tasks, and syllabus details.
mouni2619/Portfolio-Be
I created my Backend portfolio for receive message from users to my mail
mouni2619/ReactMarkdown-BE
The ReactMarkdown backend manages user authentication, project creation, and data storage, offering RESTful API endpoints for user actions and project management. It ensures data integrity, security, and user-specific access controls, providing a robust infrastructure for the application.
mouni2619/ReactMarkdown-FE
The ReactMarkdown project ensures a smooth user experience, storing all records securely in MongoDB. Users can register, log in, and reset passwords via email. The app is user-friendly, allowing users to create, edit, and manage projects, with responsive design for all devices.
mouni2619/Taskify-Be
The backend of a task managing app serves as the backbone of the application, handling all the necessary functionalities and data management. It enables users to create, organize, and track tasks effectively. The backend handles user authentication and authorization, ensuring that only authorized users can access and modify their tasks.
mouni2619/Taskify-Fe
Taskify is a full-stack web application designed to enhance productivity by allowing users to efficiently manage their tasks and projects. Users can create, edit, and delete tasks, categorize them, and track their progress. Taskify supports user authentication through Google Auth and JWT, ensuring secure access. The application features a respnsive
mouni2619/Guvi-Daily-Tasks-15
This repository serves as a comprehensive collection of daily tasks. Each task is thoughtfully designed to explore and reinforce fundamental concepts across HTML, CSS, Bootstrap, and JavaScript.These tasks offer an immersive learning experience, catering to learners.This repository offers a well-organized and interesting exploration of web developm
mouni2619/Hall-Booking-API
This Hall Booking Application API sets up a server using Express.js, a web framework for Node.js, to manage rooms and bookings for a hall booking application. It integrates with MongoDB, a NoSQL database, using the MongoDB Node.js driver. The code defines several routes to handle different functionalities: 🖊️POST ,📖GET data
mouni2619/MongoDB_queries
I have formulated MongoDB queries using the product.json data to address particular questions. These queries involve using commands such as find, insert, and delete, and incorporate concepts like query and projection.
mouni2619/MongoDB_Zen_Class_Programme
Designed MongoDB database model for Zen class program Created BSON for users, codekata, attendance, topics, tasks, company drives, and mentors Inserted data to demonstrate relationships between tables Wrote queries for the data
mouni2619/mouni2619
mouni2619/Nodejs-FileSystem
This Node.js code sets up a basic Express server that provides two main endpoints for handling file operations.this server provides a simple API for creating text files with timestamps and listing existing files, demonstrating basic file system operations in a Node.js environment using Express.
mouni2619/NutriPath-BE
The backend of a nutripath app is responsible for handling the logic and data management behind the scenes. It allows users to track their food intake, set goals, and receive personalized recommendations. The backend ensures secure user authentication, stores and retrieves user data, and calculates nutritional information based on the foods entered
mouni2619/NutriPath-FE
NutriPath is a comprehensive web application focused on promoting better health and nutrition management. It empowers users to track their daily food intake, monitor nutritional content, and receive personalized diet suggestions. The app features robust user registration and meal creation functionalities, alongside tools for nutritional tracking
mouni2619/project
mouni2619/React-Formik
Our Library Management System Admin Dashboard is a user-friendly tool for managing books and authors. It allows you to easily add, edit, and delete book and author details, perform CRUD operations on user data, and access up-to-date information through API integration. The dashboard is responsive, works on all devices, and has a modern design
mouni2619/React-Redux
This project uses React's Redux to manage a shopping cart. I've built a shopping cart that shows product details like image, name,description, rating,discount and price. Users can add or remove items, and item will add to cart , the total quantity and amount,savings are updated accordingly. The cart also allows adjusting the quantity of each item.
mouni2619/React-Router-App
I've developed a React Router application featuring a navbar with options such as "All,", "Cybersecurity", "Full Stack Development", "Career", and "Data Science". Each option leads to a specific page/component displaying relevant information through cards. The card data, stored in an array of objects, is mapped to create meaningful sentences
mouni2619/REACT-SHOPPING-CART
In the provided code, I created a React application for an online shopping website. It consists of components for the navbar, header, product cards, and footer. Users can see the products, add them to the cart, and see their cart count, with functionality to add or remove items from the cart. The project uses CSS and Bootstrap for styling and React
mouni2619/REACT-TASK
Welcome to our React Price Card Dashboard project! This React application is designed to offer users a clear and concise overview of various subscription plans along with their associated features and pricing options
mouni2619/React-Todo-App
The provided code is a simple Todo application built using React. This application provides a user-friendly interface for managing tasks, including adding, deleting, editing, rendering and filtering todos based on their status. It leverages React's component-based architecture and state management capabilities to create a responsive experience
mouni2619/REACT_AXIOS
This is React Axios Task. In this, I used React and Axios to interact with a mock API for user data. I displayed existing API data in the UI, allowed users to perform CRUD operations (Create, Read, Update, Delete) on user records, and ensured that changes to user data were stored in the mock API. I also created a clean and responsive UI
mouni2619/React_ContextAPI
This project uses React's Context API to manage a shopping cart. I've built a shopping cart that shows product details like image, name,description, rating,discount and price. Users can add or remove items, and item will add to cart , the total quantity and amount,savings are updated accordingly.
mouni2619/SQL_BOLT
SQLBolt is a free interactive SQL tutorial that teaches SQL concepts and commands through a series of interactive exercises. It covers topics like querying databases, filtering results, joining tables, and more. It's a great resource for beginners to learn SQL in a practical and hands-on way.
mouni2619/Task-Management-System-API
Developing a robust RESTful API with Node.js, Express.js, and MongoDB for efficient task management, featuring CRUD operations and JWT-based authentication. Admin-specific routes enhance functionality for user and task management, ensuring scalability and security with thorough validation and error handling.
mouni2619/task5