Mounika (mouni2619)

mouni2619

Geek Repo

0

followers

0

following

0

stars

Github PK Tool:Github PK Tool

Mounika's 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.

Language:JavaScriptStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0

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,

Language:JavaScriptStargazers:0Issues:0Issues:0

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

Language:JavaScriptStargazers:0Issues:0Issues:0

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.

Stargazers:0Issues:0Issues:0

Portfolio-Be

I created my Backend portfolio for receive message from users to my mail

Language:JavaScriptStargazers:0Issues:0Issues:0

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.

Language:JavaScriptStargazers:0Issues:0Issues:0

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.

Language:JavaScriptStargazers:0Issues:0Issues:0

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.

Language:JavaScriptStargazers:0Issues:0Issues:0

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

Language:JavaScriptStargazers:0Issues:0Issues:0

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

Language:JavaScriptStargazers:0Issues:0Issues:0

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

Language:JavaScriptStargazers:0Issues:0Issues:0

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.

Stargazers:0Issues:0Issues:0

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

Language:JavaScriptStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

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.

Language:JavaScriptStargazers:0Issues:1Issues:0

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

Language:JavaScriptStargazers:0Issues:0Issues:0

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

Language:JavaScriptStargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0

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

Language:JavaScriptStargazers:0Issues:0Issues:0

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.

Language:JavaScriptStargazers:0Issues:0Issues:0

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

Language:JavaScriptStargazers:0Issues:0Issues:0

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

Language:JavaScriptStargazers:0Issues:0Issues:0

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

Language:JavaScriptStargazers:0Issues:0Issues:0

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

Language:JavaScriptStargazers:0Issues:0Issues:0

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

Language:JavaScriptStargazers:0Issues:0Issues:0

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.

Language:JavaScriptStargazers:0Issues:0Issues:0

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.

Stargazers:0Issues:0Issues:0

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.

Language:JavaScriptStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0