https://github.com/najulia/07daysofcodejs-dom
Using JavaScript to develop a form with a functional validation, implementing CRUD.
https://github.com/najulia/07daysofcodejs-dom
7daysofcode 7daysofcode-challenge 7daysofcodechallenge alura crud javascript javascript-dom
Last synced: 8 months ago
JSON representation
Using JavaScript to develop a form with a functional validation, implementing CRUD.
- Host: GitHub
- URL: https://github.com/najulia/07daysofcodejs-dom
- Owner: najulia
- License: mit
- Created: 2022-05-06T16:50:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-15T21:17:42.000Z (over 3 years ago)
- Last Synced: 2025-01-30T23:28:44.131Z (9 months ago)
- Topics: 7daysofcode, 7daysofcode-challenge, 7daysofcodechallenge, alura, crud, javascript, javascript-dom
- Language: CSS
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# #07 days of code with JAVASCRIPT (alura)
A Pen created on CodePen.io. Original URL: [https://codepen.io/ailujj/pen/gOvaBqM](https://codepen.io/ailujj/pen/gOvaBqM).
Using JavaScript to develop a form with a functional validation, implementing CRUD .
#Challenges:
Day 1 [X] Creating forms structure with HTML/CSS and capturing the elements of DOM with JavaScript
Day 2 [ ] Validating forms fields
Day 3 [X] Saving data in localStorage and creating a table to display it
Day 4 [X] Creating the edit birth date function
Day 5 [X] Creating a remove button
Day 6 [X] Styling the layout
Day 7 [ ] Final adjustments and publishing the application