Git Product home page Git Product logo

Rana Umair's Projects

amazon-clone icon amazon-clone

A Full Stack Amazon Clone which created using ReactJS with full E-Commerce Functionality!!

auto-translate icon auto-translate

Automatically generate translation JSON files for your Laravel project

awesome-cheatsheets icon awesome-cheatsheets

👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.

cdnjs icon cdnjs

🤖 CDN assets - The #1 free and open source CDN built to make life easier for developers.

cms_project icon cms_project

In this project,I created a small e-commerce site.I used Asp .Net Core technology and benefit to MVC pattern.The purpose of this project, created using layered architecture, is for the user to log into the site and purchase the product asynchronously.

community icon community

Public feedback discussions for: GitHub for Mobile, GitHub Discussions, GitHub Codespaces, GitHub Sponsors, GitHub Issues and more!

contentify icon contentify

Contentify is an esports CMS based on the PHP framework Laravel

copytoclipboard-with-javascript icon copytoclipboard-with-javascript

function copyToClipboard(element) { var $temp = $("<input>"); $("body").append($temp); $temp.val($(element).text()).select(); document.execCommand("copy"); $temp.remove(); }

customer-lifetime-prediction-using-python icon customer-lifetime-prediction-using-python

What is CLV or LTV? CLV or LTV is a metric that helps you measure the customer's lifetime value to a business. In this kernel, I am sharing the customer lifetime value prediction using BG-NBD, Pareto, NBD & Gamma Model on top of RFM in Python.

dawn icon dawn

Shopify's first source available reference theme, with Online Store 2.0 features and performance built-in.

dnspy icon dnspy

.NET debugger and assembly editor

docs icon docs

The Laravel documentation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.