An open API service indexing awesome lists of open source software.

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.

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)