Welcome to the SkillSafari JavaScript Projects repository! This repository contains a collection of 7 projects developed as part of the Skill Safari curriculum. These projects are designed to showcase various skills and competencies in web development using HTML, CSS, and JavaScript (API Integration - CRUD Operation).
Each project in this repository demonstrates different aspects of web development using HTML, CSS, and JavaScript. These projects were assigned by Skill Safari to help build and demonstrate practical web development skills.
-
Carousel
- Description: An interactive carousel to display a series of images or content slides.
- Technologies: HTML, CSS, JavaScript
- Live Demo
-
Calculator
- Description: A basic calculator for performing arithmetic operations.
- Technologies: HTML, CSS, JavaScript
- Live Demo
-
Form Validation
- Description: A form with validation to ensure user input meets specified criteria.
- Technologies: HTML, CSS, JavaScript
- Live Demo
-
Expense Tracker
- Description: An application to track expenses, with functionalities to add, view, and delete expense records.
- Technologies: HTML, CSS, JavaScript, CRUD Operation
- Live Demo
-
Digital Clock
- Description: A real-time digital clock displaying the current time.
- Technologies: HTML, CSS, JavaScript
- Live Demo
-
GitHub Profile Card
- Description: A card displaying GitHub profile information by fetching data from the GitHub API.
- Technologies: HTML, CSS, JavaScript, API Integration
- Live Demo
-
Weather Application
- Description: An application that fetches and displays weather data based on user input.
- Technologies: HTML, CSS, JavaScript, API Integration
- Live Demo
Contributions are welcome! If you have suggestions for improvements or want to add new features, feel free to fork the repository and submit a pull request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a pull request
Happy coding!