Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 32 additions & 21 deletions breaking-bad-characters/README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,44 @@
# Breaking Bad Characters - React Application
# 🧪 Breaking Bad Characters Explorer

## About the Project
A single page web application that uses the breaking bad API to display and filter characters from the show
A sleek, single-page React application that fetches and displays character data from the Breaking Bad universe. Users can easily browse and dynamically filter through their favorite characters using real-time API data.

## Technologies Used
This project is part of the `Web-dev-mini-projects` collection.

- React
- Hooks
- Components
- CSS
- CSS Grid
- Javascript
- Axios
- ES6
- API
- Breaking Bad API
## ✨ Key Features
* **Dynamic Grid Layout:** Displays character profiles in a highly responsive CSS Grid.
* **Live Filtering:** Instantly search and filter characters by name.
* **API Integration:** Asynchronously fetches character details (like name, nickname, and portrait) from an external endpoint.

## 🛠️ Tech Stack
* **Frontend Framework:** React (Functional Components & Hooks)
* **Styling:** CSS3 (focused on CSS Grid for layout)
* **JavaScript:** ES6+ syntax
* **Data Fetching:** Axios for handling asynchronous HTTP requests

## API Used
Breaking Bad Character API
## 📡 API Reference
This project relies on the Breaking Bad Character API to populate the user interface.
* **Endpoint Used:** `https://www.breakingbadapi.com/api/characters`

Link : https://www.breakingbadapi.com/api/characters
## 🏃‍♂️ How to Run Locally

## How to use the Project
To get this React application running on your local machine, follow these steps:

1. Download or clone the repository `git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git`
2. Go to the directory
3. Open the terminal, and type `npm start`
1. **Clone the repository:**
```bash
git clone [https://github.com/Ayushparikh-code/Web-dev-mini-projects.git](https://github.com/Ayushparikh-code/Web-dev-mini-projects.git)
Navigate to the directory:
Open your terminal and change into the specific Breaking Bad project folder.

Install dependencies:
Because this project uses React and Axios, you must install the Node modules first:

Bash
npm install
Start the development server:

Bash
npm start
The application will automatically compile and open in your default browser at http://localhost:3000

## Screenshots

Expand Down
50 changes: 28 additions & 22 deletions photo -- editor/README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,41 @@
<h1>Photo Editor</h1>
# 📸 Photo Editor

<p>An Awesome Photo editting written in HTML, CSS, JavaScript.</p>
**Welcome to the Photo Editor!** This is an awesome and easy-to-use web application built for quick image editing. Whether you need to flip an image, apply a quick filter, or resize it, this tool has you covered. Plus, you can download your final masterpiece straight to your device!

### Use of the Project:
## ✨ Features

<p>It edits the images that is it it flips images horizontally and vertically resizes it and can also grey scale the image download option is also available here . </p>
* **Flip & Rotate:** Easily flip your images horizontally or vertically.
* **Resizing:** Adjust the size of your images perfectly to fit your needs.
* **Greyscale Filter:** Instantly convert your colorful photos into classic black and white.
* **Download & Save:** Once you are done tweaking, download your modified image directly to your computer with a single click.

<h3>Used Technologies</h3>
<ul>
<li>HTML5</li>
<li>CSS3</li>
<li>JavaScript</li>
<li>php</li>
## 💻 Tech Stack

</ul>
This photo editing application is built using a mix of frontend and backend technologies:

#### Steps to Use:
* **HTML5:** To structure the layout of the editor.
* **CSS3:** To style the application and make the interface sleek and user-friendly.
* **JavaScript:** To handle the interactive UI, image manipulation logic, and downloading.
* **PHP:** For any backend server-side processing. *(Note: If PHP handles core image processing features, you may need a local server environment like XAMPP or MAMP to run it perfectly).*

---
## 🚀 How to Run It on Your Computer

- Download or clone the repository
Follow these simple steps to get the editor running locally:

```
git clone https://github.com/soma2000-lang/Web-dev-mini-projects.git
```
**1. Download the code:** Open your terminal and clone the repository:
```bash
git clone [https://github.com/soma2000-lang/Web-dev-mini-projects.git](https://github.com/soma2000-lang/Web-dev-mini-projects.git)
2. Open the project folder: Navigate into the main repository folder and find the Photo Editor directory.

- Go to the directory
- Run the index.html file by copying the file path and pasting it in your browser
- Upload The Image
- Download the Modifed Image by clicking On Save Button.
- And Here you have Awesome Editted Image
3. Run the app: Find the index.html file, copy its file path, and paste it into your web browser's address bar. (Alternatively, just double-click the file to open it).

4. Start Editing:

Upload your desired image.

Apply your cool edits (flip, resize, greyscale).

Click the Save button to download your awesome edited image!

<h3> ScreenShots </h3>
<img width="960" alt="Photo-Editor" src="https://github.com/soma2000-lang/Photo-Editor/blob/master/WhatsApp%20Image%202021-07-17%20at%2023.15.55%20(1).jpeg">
Expand Down
50 changes: 31 additions & 19 deletions speed-distance-time-calculator/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Welcome 🖐 to the Speed-Distance-Time Calculator Website
It is a multi pager Speed Distance Time Calculator with simple but user-friendly design.
# ⏱️ Speed-Distance-Time Calculator

A clean, multi-page web application designed to instantly calculate speed, distance, or time. Featuring a simple and user-friendly interface, this tool provides dedicated calculation pages for each specific metric to ensure a frictionless user experience.

This project is part of the `Web-dev-mini-projects` collection.

## ✨ Key Features
* **Multi-Page Architecture:** Dedicated pages tailored specifically for calculating Speed, Time, and Distance individually.
* **Instant Results:** Performs mathematical conversions and calculations in real-time.
* **Intuitive UI:** A straightforward, accessible design that makes navigation and data entry effortless.
* **No Dependencies:** Built entirely with pure web technologies for rapid load times.

## 🛠️ Tech Stack
* **HTML5:** Semantic structure and multi-page routing.
* **CSS3:** Custom styling for a clean, responsive layout.
* **Vanilla JavaScript:** Mathematical logic and DOM manipulation.

## 🏃‍♂️ How to Run Locally

Getting this project running on your machine takes just a few seconds:

1. **Clone the repository:**
```bash
git clone [https://github.com/Ayushparikh-code/Web-dev-mini-projects.git](https://github.com/Ayushparikh-code/Web-dev-mini-projects.git)
Navigate to the correct directory:
Open your terminal and change into the specific calculator folder:

Bash
cd Web-dev-mini-projects/speed-distance-time-calculator
Run the application:
Simply double-click the index.html file to open the Homepage in your default web browser. (Alternatively, use the "Live Server" extension in VS Code for a better development experience).

## Default view of the website
HOMEPAGE
Expand All @@ -25,23 +54,6 @@ Distance Calculator
<br>


### How to get the website on your local machine:

---

- Download or clone the repository

```
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
```

- Go to the directory
```
cd speed-distance-time-calculator
````
- Run the index.html file and see the results

<br>


## Happy Coding!