Welcome to my portfolio! This repository showcases my projects and skills as a software developer and mechanical engineer. Feel free to explore the different projects and get a sense of my experience and capabilities.
Here are some of the projects included in this portfolio:
-
Project 1: A web application built with React and Node.js that allows users to manage their to-do lists.
-
Project 2: A mobile app developed with React Native that provides real-time weather updates based on the user's location.
-
Project 3: A data analysis project using Python and Pandas to analyze customer trends and generate insights for a retail company.
For more detailed information about each project, please refer to the individual project folders within this repository.
The following technologies and frameworks were used in the development of these projects:
- JavaScript
- Typescript
- React
- Node.js
- Python
- Pandas
- Scikitlearn
- Numpy
- HTML
- CSS
- SCSS
- Firebase
- Java
- Springboot
- PHP
- MySQL
To run any of the projects locally, please follow these steps:
- Clone this repository:
git clone https://github.com/your-username/portfolio.git
- Navigate to the project folder:
cd portfolio
- Install the necessary dependencies:
npm install
orpip install -r requirements.txt
(depending on the project) - Start the application:
npm run dev
orpython main.py
(depending on the project). Majority of my web development projects are using Vite. Confirm this in the package.json.
Make sure you have the required software and dependencies installed before running the projects.