File tree 4 files changed +31
-3
lines changed
4 files changed +31
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Basic Job Lister App
2
+
3
+ A simple application where you can store all your job applications.
4
+ <br />
5
+
6
+ ##[ Deployed URL] ( https://mini-joblister.netlify.app/ )
7
+
8
+ ## Features
9
+
10
+ - Responsive Layouts
11
+ - Form Validation
12
+ - Local Storage Manipulation
13
+ - Sorting and Filteration of Data
14
+
15
+ ## Built With
16
+
17
+ - love
18
+ - html
19
+ - css
20
+ - javascript
21
+
22
+ ## How to Run?
23
+
24
+ To run my application you simply need to clone the project and run the html file.
25
+
26
+ ## Home Page
27
+
28
+ [ HomePage] ( )
Original file line number Diff line number Diff line change 21
21
< body >
22
22
< header >
23
23
< nav class ="navbar ">
24
- < a href ="# " class ="nav-logo "
24
+ < a href ="index.html " class ="nav-logo "
25
25
> < img src ="Images/jobAppLogo.jpg " alt ="Logo "
26
26
/> </ a >
27
27
Original file line number Diff line number Diff line change 16
16
< body >
17
17
< header >
18
18
< nav class ="navbar ">
19
- < a href ="# " class ="nav-logo "
19
+ < a href ="index.html " class ="nav-logo "
20
20
> < img src ="Images/jobAppLogo.jpg " alt ="Logo "
21
21
/> </ a >
22
22
Original file line number Diff line number Diff line change 16
16
< body >
17
17
< header >
18
18
< nav class ="navbar ">
19
- < a href ="# " class ="nav-logo "
19
+ < a href ="index.html " class ="nav-logo "
20
20
> < img src ="Images/jobAppLogo.jpg " alt ="Logo "
21
21
/> </ a >
22
22
You can’t perform that action at this time.
0 commit comments