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

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.

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