Parth Saxena
Software Engineer

I am fluid, focused and willing to learn new things. In all, I believe in knowledge integration.
This is my portfolio website.

Areas of Interest

Data Structure and Algorithms
Web Development
Java and Spring boot
Javascript and React

Gif of me coding
Projects
React.js + SpringBoot + MongoDB

Cine_Preview

Being a huge fan of movies, I decided to put my tech skills to good use by crafting a web application that tracks all the flicks I've already indulged in and those that I can't wait to feast my eyes on.

    deployed on:
  • Railway - for deploying backend.
  • GitHub-pages - for deploying frontend.
  • MongoDB Atlas - for cloud MongoDB database.

React.js + Node.js + MongoDB

Memories

memories landing page

I build an app where users can share their favourite places or places they feel are worth sharing, where each place has an image, location, and title. Users can share it with other users. The great thing about this app is that it's not too complex and yet it has all the important pieces you want to have such an app.

SpringBoot + JPA Hibernate + MySQL

Book_my_Movie

This backend application developed using Spring Boot allows users to book tickets and search for shows and movies. It comprises 10 APIs that enable various functionalities within the application.

HTML + CSS + JavaScript

Pig-Game

landing page

This is a two-player web game which I have created using technologies like HTML CSS and JavaScript.
HOW TO PLAY
Each turn, a player repeatedly rolls a die until either a 1 is rolled or the player decides to "hold" If the player rolls a 1, they score nothing and it becomes the next player's turn.
If the player rolls any other number, it is added to their turn total and the player's turn continues. If a player chooses to "hold", their turn total is added to their score, and it becomes the next player's turn.
The first player to score 25 or more points wins.

Java Swing

Snake-Game

This classic snake food game will bring back childhood memories. Build using Java swing( which is a lightweight Java graphical user interface (GUI) that is used to create various applications).

React.js

Weather_Web_APP

A simple web app that displays the current weather for a given location. Built with React.
In this project I use the core concept of react.js such as props, components, sending the HTTP requests, react hook- useEffect, useState, useContext, etc.