Portfolio - Sanket Mane

EXPLORER

 PORTFOLIO

I BUILD

PROJECTS

SANKET

MANE

AVID DEVELOPER

.me {
    name: "SANKET SANTOSH MANE";
    College: "N.K.ORCHID COLLEGE OF ENGINEERING AND TECHNOLOGY";
    Branch: "CSE";
}
            
.education {
    SSC: "83.6%";
    HSC: "92.5%";
    B-TECH: "8.01 cgpa";
}
            
.skills {
    languages-specialized-in: "C, C++, JAVA, PYTHON";
    skills: "WEB-DEVLOPMENT, DSA, ANDROID, DBMS"
}
            

Here are some of the projects and creations I've worked on so far.

Snake Game

Snake Ladder Game

This project is an implementation of the classic Snake and Ladder game in C. Players roll a dice and move their pieces on the board accordingly.

  • C
guess-the-number-game

Guess the Number Game

This project is a "Guess the Number" game implemented in Java. The player tries to guess a randomly generated number within a specified range.

  • JAVA
  • GUI
vote page

Simple Vote Page

This project is a simple voting page application developed in Java. It allows users to vote for their favorite options among a set of choices.

  • JAVA
  • GUI
grade system

Grading System

This project is a simple grading system implemented in Python. It calculates and displays grades based on input scores.

  • PYTHON
cricket scoreboard

Cricket Scoreboard

This project is a cricket scoreboard implemented in Python. It keeps track of runs, wickets, overs, and other statistics during a cricket match.

  • PYTHON
vegan food website

Vegan Food Website

This project is a website dedicated to vegan food. It provides information about vegan recipes, nutrition, and lifestyle choices.

  • HTML
  • CSS
  • JS
  • PHP
awarness website of IP

Intellectual Playground

this website for school students benefits by engaging them in a fun and educational experience, fostering a deeper understanding of intellectual property concepts.

  • HTML
  • CSS
  • JS
  • FLASK
  • MYSQL
postfix expression evaluator

Postfix Expression Evaluator

This is a simple web tool to evaluate postfix expressions. Enter your postfix expression without spaces and get the result instantly.

  • HTML
  • CSS
  • JS
infix to postfix converter

Infix to Postfix Converter

This is a simple web tool to convert infix expressions to postfix notation.

  • HTML
  • CSS
  • JS
portfolio

PORTFOLIO

"An elegant portfolio crafted in VS Code, showcasing my projects and skills with precision and style."

  • HTML
  • CSS
  • JS
  // CONTACT FORM
                  
    #include <iostream>
    #include <string>
                  
    int main(){

    std::string name, email, message;

    std::cout << "Enter your name: ";
    ;

    std::cout << "Enter your email: ";
    ;

    std::cout << "Enter your message: ";
    ;

    return 0;
   }