Giter VIP home page Giter VIP logo

leet-coders's Introduction

Leet-Coders

Leet-Coders is a leetcode users' states showing webapp, where an user can create account, add his choosen users in the friend list and can view their profile data. User can compare their profile with others through this app.

Features of this app

Home page of the app

There are four options assembled in home page :

  • Adding Leetcode users to the prefered list
  • View their profile
  • Compare their profile
  • Delete users from the list

Comparisn page

In comparisn page, user can compare their profile with other.

User's profile page

Installation

If you are using Manjaro operating system, then

Install Xampp

XAMPP is a free and open-source cross-platform web server solution stack package developed by Apache Friends, consisting mainly of the Apache HTTP Server, MariaDB database, and interpreters for scripts written in the PHP and Perl programming languages. Install XAMPP

Clone and Configure project

  • Clone the project
  • Move the project to the following directory:
/opt/lampp/htdocs/
  • Start XAMPP :
sudo /opt/lampp/lampp start
  • Create Database:
CREATE DATABASE leetcode_states;
CREATE TABLE users (
    id INT PRIMARY KEY AUTO_INCREMENT,
    username VARCHAR(255) NOT NULL,
    author_username VARCHAR(255) NOT NULL,
    CONSTRAINT unique_username_authorname UNIQUE (username, author_name)
);
  • Open browser and go to the url:
http://localhost/Leet-Coders

leet-coders's People

Contributors

arif-shahriar028 avatar

Watchers

 avatar

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.