Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iamwatchdogs authored Aug 16, 2024
1 parent 2177997 commit f03b92e
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Signup Page (Practise)

<div align="center">

![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-0078d7.svg?style=for-the-badge&logo=visual-studio-code&logoColor=white)

</div>


A sample sign-up page was created while practicing a few concepts in HTML, CSS and JavaScript. This is a typical submission form that has minimum responsiveness with totally different functionality.

## Motivation
Expand Down Expand Up @@ -60,4 +70,9 @@ Through this implementation, I was able to learn the following concept from this
- `createWritable`
- `FileSystemWritableFileStream.write`
- `FileSystemWritableFileStream.close`
- Functional Programming
- Functional Programming

## Output

![output](https://github.com/user-attachments/assets/406a570f-891a-4aa4-b524-0201cea09b0b)

0 comments on commit f03b92e

Please sign in to comment.