Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by Rupam0710

A curated list of projects in awesome lists by Rupam0710 .

https://github.com/rupam0710/6companies_30days

A challenege given to us by Arsh Goyal Sir to complete 90 top questions of 6 top companies who asked this questions in their recent off campus and on campus interviews.

Last synced: 21 Nov 2024

https://github.com/rupam0710/portfolio---react-js-

It is the portfolio of Rupam Pal.It is made with React JS, HTML ,Tailwind CSS and Javascript

html javascript react reactjs tailwindcss

Last synced: 21 Nov 2024

https://github.com/rupam0710/nzwalks

Last synced: 21 Nov 2024

https://github.com/rupam0710/publisher-subscriber-pattern--dotnet--api-and-console-app--

The message broker is built as a Web API, and the subscriber is a console application. The Web API acts as an intermediary, managing subscriptions and relaying messages between publishers and subscribers. Publishers send messages to specific topics, which Web API broker distributes to all subscribed clients.

csharp dotnet publisher-subscriber publisher-subscriber-pattern

Last synced: 21 Nov 2024

https://github.com/rupam0710/observables-angular

It contains fundamental of Observables. We ananlyze angular observables, get close to the core of observables, Build a custom observable , Errors & completion , Observables & You , Understanding operators and Subjects.

observables observer operator subject

Last synced: 21 Nov 2024

https://github.com/rupam0710/taskmanagementsystem_json_server-angular

It is a CRUD app made with Angular with dummy backend in JSON-SERVER. A user can register and then log into the Task Management App. The admin will have the power of giving access to any user. After getting access , user can add task, edit task and delete task. Each user have their separate arrays for adding tasks. Tasks array is within user array.

angular json-server material-ui typescript

Last synced: 21 Nov 2024

https://github.com/rupam0710/employee-management-system

It is an full stack application in which we have crud application for maintaining employee details. where the frontend is made using Angular. We have used Dotnet web API for the backend API. calls.We have used Ngrx Store for storing the data from the backend api calls to frontend. We have also Jwt token for authentication purpose & role authorizati

angular dotnet dotnet-core ngrx ngrx-store rxjs typescript

Last synced: 21 Nov 2024

https://github.com/rupam0710/python-chat-bot

This is a chatbot that is used to make predictions and chat back and forth with our user.

Last synced: 21 Nov 2024

https://github.com/rupam0710/todolist-app-angular

It is a todoList app created using Angular and Typescript. We can add task in it. After adding the task is shown under the incomplete task where we can edit the task ,delete the task and mark the task complete.When it is marked complete the tasks goes under the Completed task list

angular css html javascript typescript

Last synced: 21 Nov 2024

https://github.com/rupam0710/alexa-voice-assistant

A small copy of Assistant voice Alexa

Last synced: 21 Nov 2024

https://github.com/rupam0710/directives-deep-dive-angular

This section contains the deep dive of directives. We learn how to create a basic directive, use renderer to build a better attribute directive. Use HostListener to listen to host event, use HostBinding to bind to host properties . Binding to directive properties. How to create a structural directive, behind struct dir. and understanding ngSwicth

directive hostbinding hostlistener ngclass ngfor ngif ngstyle ngswitch renderer

Last synced: 21 Nov 2024

https://github.com/rupam0710/node-js-in-one-video

It contains the fundamentals of node js

Last synced: 21 Nov 2024

https://github.com/rupam0710/striver-s-cp-sheet

It contains codes of Striver's CP Sheet

Last synced: 21 Nov 2024

https://github.com/rupam0710/pipes-angular

It contains Basic fundamentals of pipes. Using pipes, Parameterizing pipes, chaining multiple pipes, create a custom pipe,Parameterizing a custom pipe, Creating a filter pipe, Pure and Impure Pipe, Understanding async pipe, Practicing pipes(sort pipe and reverse pipe).

filter pipes

Last synced: 21 Nov 2024

https://github.com/rupam0710/movie-voting-app

This project has a movie component where we display the movie posters of 4 flop movies.Each poster has a button to vote for it.When a button is clicked change the text of button to unvote and display voted and if unvoke button is clicked then the button text changes to Voted so that you can vote again.

angular html scss typescript

Last synced: 21 Nov 2024

https://github.com/rupam0710/e-commerce--angular-application

It is a full stack e-commerce application made using Angular in the frontend and for now the backend is done in json-server. We have navbar,footer and home page.In home page we have carousal. We have individual product page, product details, cart , checkout, payment page,orders, order-sum and also we have integrated razorpay.We have test cases too.

angular json-server tailwaindcss typescript

Last synced: 21 Nov 2024

https://github.com/rupam0710/css-tutorial

It contains all the basics and fundamental of css styling used in html

css html

Last synced: 21 Nov 2024

https://github.com/rupam0710/euromonitor_international_intern_work

It will be containing all the assigments and documents relating to my Internship in Euromonitor International

Last synced: 21 Nov 2024

https://github.com/rupam0710/my-first-app-angular

It contains the basic Fundamentals of Angular like directives , component creation , Data Binding.

angular17 node typescript

Last synced: 21 Nov 2024

https://github.com/rupam0710/newsmonkey---newsapp

NewsMonkey is a news app which can be used to grab quickly daily news bites. If you are interested in news , weather , politics and sports newss, newsmonkey is for you!

Last synced: 21 Nov 2024

https://github.com/rupam0710/inotebook---mern-stack-app

INotebook is a React Application for managing personal notes on the cloud

Last synced: 21 Nov 2024

https://github.com/rupam0710/javascript-nuggets

It contains of different JavaScript Nuggets that we use in Software Development

Last synced: 21 Nov 2024

https://github.com/rupam0710/component_databinding_practice-angular

1. Create 3 components: gamecontrol, odd and even. 2. The gamecontrol should have buttons to stop and pause the game. 3.When starting the game an event holding the increment number should get emitted each sec(ref- setInterval( )).4.The event should be listenable from outside the component. 5.Stop the game using stop button(clearInterval).

angular components data-binding typescript

Last synced: 21 Nov 2024

https://github.com/rupam0710/asynchronous-js

It contains all the videos relating Asynchronous Javascript

Last synced: 21 Nov 2024

https://github.com/rupam0710/registration-form-using-node-js-express-and-mongo-db---backend

In this application we have made a registration form where the user enter their details for registration. This is a backend project. We have used node js for the backend over which we have used express to build our server and we have used mongo db to store the information in the local database.

Last synced: 21 Nov 2024

https://github.com/rupam0710/angular-todoapp

It is a todoList app created using Angular and Typescript. We can add task in it. After adding the task is shown under the incomplete task where we can edit the task ,delete the task and mark the task complete.When it is marked complete the tasks goes under the Completed task list

angular bootstrap css html javascript typescript

Last synced: 21 Nov 2024

https://github.com/rupam0710/fetch-api---typescript

It is a project where we fetch user details from an API using Async await and promises and render it into an HTML page and add css to it for styling. On clicking any image we are rendered to a new html page where we are showed the details of tthat person.

async async-await asynchronous-programming await css fetch-api html javascript promise typescript

Last synced: 21 Nov 2024

https://github.com/rupam0710/textutils---react-app-

A single page text utilizer tool created using react

Last synced: 21 Nov 2024

https://github.com/rupam0710/prediction-using-unsupervised-ml--kmeans-cluster

From the given 'Iris' dataset ,we predict the optimum number of clusters and represent it visually.

Last synced: 21 Nov 2024

https://github.com/rupam0710/colors-detection

It is a project On Computer Vision where we can detect the different types of colors in an image .It will require 2 packages pandas and opencv-python

Last synced: 21 Nov 2024

https://github.com/rupam0710/breadth-search-algorithm

This shortest path finder project is used to find the shortest path between 2 points in a maze using breadth search algorithm

Last synced: 21 Nov 2024

https://github.com/rupam0710/prediction-using-supervised-ml-percentage-of-students-

In this regression project we will predict the percentage of marks that a student is expected to score based upon the number of hours they studied . This is a simple linear regression task as it involves just 2 variables.

Last synced: 21 Nov 2024

https://github.com/rupam0710/exploitary-data-analysis-terrorism

Perform Exploitary Data Analysis on dataset 'Global Terrorism'

Last synced: 21 Nov 2024

https://github.com/rupam0710/login-app-using-node-js-backend

It is a basic app that shows how a login happens by connecting to Mongo db using Node js and Express JS as backend

Last synced: 21 Nov 2024

https://github.com/rupam0710/a-star-pathfinder-visualization

This is a path finding visualizer tool to visualize the a star pathfinding algorithm as it runs. This a star pathfinding algorithm is an informed search algorithm which means it is much more efficient that standard algorithms like breadth first search or depth first search.

Last synced: 21 Nov 2024

https://github.com/rupam0710/angular-unit-testing-app

Here we have discussed about the basics and fundamentals of angular unit testing using jasmine and karma.

angular jasmine karma typescript

Last synced: 18 Dec 2024