https://github.com/harshitrv/workshop-web-dev
Challenges given during workshop on web development.
https://github.com/harshitrv/workshop-web-dev
Last synced: about 1 year ago
JSON representation
Challenges given during workshop on web development.
- Host: GitHub
- URL: https://github.com/harshitrv/workshop-web-dev
- Owner: HarshitRV
- Created: 2021-11-19T06:32:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-24T15:07:41.000Z (over 4 years ago)
- Last Synced: 2025-05-15T23:12:53.529Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Workshop Web Dev Challenges](https://codepen.io/collection/Wvwyag)
Solution of challenges given on each day.
## Day-1
### Challenges
[Codepen Link](https://codepen.io/lucifer00911/full/dyzrPyW)
## Day-2
### Challenge-1
[Codepen Link](https://codepen.io/lucifer00911/full/OJjqPyw)
### Challenge-2
[Codepen Link](https://codepen.io/lucifer00911/full/rNzRaeO)
## Day-3
### Challenge-1: Find square of a number, check if a number is prime or not, check if its odd or even
[Codepen Link](https://codepen.io/lucifer00911/full/RwZdmRE)
### Challenge-2: Find all even number between two given number, find sum of all even number and odd number.
[Codepen Link](https://codepen.io/lucifer00911/full/bGrZXOJ)
### Challenge-3: Add form validation through javascript.
[Codepen Link](https://codepen.io/lucifer00911/full/xxLewzv)
## Day-4
### Challenge: Employee registration form
[Codepen Link](https://codepen.io/lucifer00911/full/jOLRGZq)
### Challenges: PHP
1. [factorial of a number](Day-4/PHP-Challenges/factorial.php);
2. [finding odd even num without using modulus](Day-4/PHP-Challenges/odd_even.php)
# Day-5
### Challenge create a table and show the data base data into it.
[Code](Day-5/Challenge)
# Day-6
### Crud operation on a data in workshop
[workshop-work](Day-6/workshop-work)
### Crud operation revised at home by making own database and form
[crud-with-php](Day-6/crud-with-php)
# Day-7
### Final Challenge: Teacher registeration form.
[Final Challenge code and files](Day-7/final-challenge)