Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

ACM-KJSCE/Into-The-Webverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 Into the Webverse - Expense Tracker Workshop

Expense Tracker

Presented by KJSCE-ACM

🚀 Into the Webverse is an immersive code-along workshop where you'll build a fully functional Expense Tracker using the fundamentals of web development. Whether you're a beginner or looking to refine your skills, this hands-on session will guide you through the core concepts, ensuring a streamlined and engaging learning experience.

✨ What You’ll Learn

✅ Basics of HTML, CSS, and JavaScript
✅ Managing state and handling user inputs
✅ Working with local storage for data persistence
✅ Building a responsive and interactive UI

🚀 Git & GitHub

📌 Installation

🔹 Windows

  1. Download Git from Windows Git Download.
  2. Run the installer and follow the setup instructions.

🔹 macOS

  1. First, install Homebrew by running the following command in your terminal:
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  2. brew install git

⚙️ Git & GitHub Setup

  1. Verify Git Installation Open Command Prompt and run:
  git --version
  1. Set Up Git Username & Email Configure your Git identity (used for commits):
  git config --global user.name "Your Name"
  git config --global user.email "your-email@example.com"
  1. Clone a Repository
  git clone "repository-link"

⚡ Basic Git Commands

  1. git add . Adds all changes to the staging area.
  2. git commit -m "message" Saves the changes to the local repository.
  3. git push origin main Uploads the changes to GitHub.
  4. git pull origin main Fetches updates from GitHub and merges them locally.

🌍 GitHub

GitHub is a cloud-based platform that integrates with Git, allowing you to:

  • Store and manage your projects in remote repositories.
  • Collaborate with teammates and contribute to open-source projects.
  • Keep track of changes, issues, and different versions of your code.
  • Showcase your work and build a strong portfolio.

⭐ Folder Structure

Into-The-Webverse
├─── demonstration
│    └─── css
│      └─── flex.html
│      └─── absolute-relative.html
│      └─── font.html
│      └─── invert.html
│      └─── media-query.html
│      └─── mp.html
│      └─── overflow.html
│      └─── z-index.html
│    └─── js
│      └─── js.html
│      └─── script.js
├─── expense-tracker
│      └─── assets
│      └─── index.html
│      └─── index.css
│      └─── index.js
├─── README.md  

Made with ❤️ by KJSCE-ACM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7