-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BackButton Component, Proxying in viteconfig, AddJob page, SaveJob po…
…st request to json-server
- Loading branch information
1 parent
f955764
commit 57b4a22
Showing
7 changed files
with
351 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<script setup> | ||
import { RouterLink } from "vue-router"; | ||
</script> | ||
<template> | ||
<section> | ||
<div class="container m-auto py-6 px-6"> | ||
<RouterLink | ||
to="/jobs" | ||
class="text-green-500 hover:text-green-600 flex items-center" | ||
> | ||
<i class="pi pi-arrow-circle-left mr-3"></i> Back to Job Listings | ||
</RouterLink> | ||
</div> | ||
</section> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,88 +1,102 @@ | ||
{ | ||
"jobs": [ | ||
{ | ||
"id": 1, | ||
"title": "Senior Vue Developer", | ||
"type": "Full-Time", | ||
"description": "We are seeking a talented Front-End Developer to join our team in Boston, MA. The ideal candidate will have strong skills in HTML, CSS, and JavaScript, with experience working with modern JavaScript frameworks such as Vue or Angular.", | ||
"location": "Boston, MA", | ||
"salary": "$70K - $80K", | ||
"company": { | ||
"name": "NewTek Solutions", | ||
"description": "NewTek Solutions is a leading technology company specializing in web development and digital solutions. We pride ourselves on delivering high-quality products and services to our clients while fostering a collaborative and innovative work environment.", | ||
"contactEmail": "contact@teksolutions.com", | ||
"contactPhone": "555-555-5555" | ||
} | ||
}, | ||
{ | ||
"id": 2, | ||
"title": "Front-End Engineer (Vue)", | ||
"type": "Full-Time", | ||
"description": "Join our team as a Front-End Developer in sunny Miami, FL. We are looking for a motivated individual with a passion for crafting beautiful and responsive web applications. Experience with UI/UX design principles and a strong attention to detail are highly desirable.", | ||
"location": "Miami, FL", | ||
"salary": "$70K - $80K", | ||
"company": { | ||
"name": "Veneer Solutions", | ||
"description": "Veneer Solutions is a creative agency specializing in digital design and development. Our team is dedicated to pushing the boundaries of creativity and innovation to deliver exceptional results for our clients.", | ||
"contactEmail": "contact@loremipsum.com", | ||
"contactPhone": "555-555-5555" | ||
} | ||
}, | ||
{ | ||
"id": 3, | ||
"title": "Vue.js Developer", | ||
"type": "Full-Time", | ||
"description": "Are you passionate about front-end development? Join our team in vibrant Brooklyn, NY, and work on exciting projects that make a difference. We offer competitive compensation and a collaborative work environment where your ideas are valued.", | ||
"location": "Brooklyn, NY", | ||
"salary": "$70K - $80K", | ||
"company": { | ||
"name": "Dolor Cloud", | ||
"description": "Dolor Cloud is a leading technology company specializing in digital solutions for businesses of all sizes. With a focus on innovation and customer satisfaction, we are committed to delivering cutting-edge products and services.", | ||
"contactEmail": "contact@dolorsitamet.com", | ||
"contactPhone": "555-555-5555" | ||
} | ||
}, | ||
{ | ||
"id": 4, | ||
"title": "Vue Front-End Developer", | ||
"type": "Part-Time", | ||
"description": "Join our team as a Part-Time Front-End Developer in beautiful Pheonix, AZ. We are looking for a self-motivated individual with a passion for creating engaging user experiences. This position offers flexible hours and the opportunity to work remotely.", | ||
"location": "Pheonix, AZ", | ||
"salary": "$60K - $70K", | ||
"company": { | ||
"name": "Alpha Elite", | ||
"description": "Alpha Elite is a dynamic startup specializing in digital marketing and web development. We are committed to fostering a diverse and inclusive workplace where creativity and innovation thrive.", | ||
"contactEmail": "contact@adipisicingelit.com", | ||
"contactPhone": "555-555-5555" | ||
} | ||
}, | ||
{ | ||
"id": 5, | ||
"title": "Full Stack Vue Developer", | ||
"type": "Full-Time", | ||
"description": "Exciting opportunity for a Full-Time Front-End Developer in bustling Atlanta, GA. We are seeking a talented individual with a passion for building elegant and scalable web applications. Join our team and make an impact!", | ||
"location": "Atlanta, GA", | ||
"salary": "$90K - $100K", | ||
"company": { | ||
"name": "Browning Technologies", | ||
"description": "Browning Technologies is a rapidly growing technology company specializing in e-commerce solutions. We offer a dynamic and collaborative work environment where employees are encouraged to think creatively and innovate.", | ||
"contactEmail": "contact@consecteturadipisicing.com", | ||
"contactPhone": "555-555-5555" | ||
} | ||
}, | ||
{ | ||
"id": 6, | ||
"title": "Vue Native Developer", | ||
"type": "Full-Time", | ||
"description": "Join our team as a Front-End Developer in beautiful Portland, OR. We are looking for a skilled and enthusiastic individual to help us create innovative web solutions. Competitive salary and great benefits package available.", | ||
"location": "Portland, OR", | ||
"salary": "$100K - $110K", | ||
"company": { | ||
"name": "Port Solutions INC", | ||
"description": "Port Solutions is a leading technology company specializing in software development and digital marketing. We are committed to providing our clients with cutting-edge solutions and our employees with a supportive and rewarding work environment.", | ||
"contactEmail": "contact@ipsumlorem.com", | ||
"contactPhone": "555-555-5555" | ||
} | ||
} | ||
] | ||
} | ||
{ | ||
"jobs": [ | ||
{ | ||
"id": "1", | ||
"title": "Senior Vue Developer", | ||
"type": "Full-Time", | ||
"description": "We are seeking a talented Front-End Developer to join our team in Boston, MA. The ideal candidate will have strong skills in HTML, CSS, and JavaScript, with experience working with modern JavaScript frameworks such as Vue or Angular.", | ||
"location": "Boston, MA", | ||
"salary": "$70K - $80K", | ||
"company": { | ||
"name": "NewTek Solutions", | ||
"description": "NewTek Solutions is a leading technology company specializing in web development and digital solutions. We pride ourselves on delivering high-quality products and services to our clients while fostering a collaborative and innovative work environment.", | ||
"contactEmail": "contact@teksolutions.com", | ||
"contactPhone": "555-555-5555" | ||
} | ||
}, | ||
{ | ||
"id": "2", | ||
"title": "Front-End Engineer (Vue)", | ||
"type": "Full-Time", | ||
"description": "Join our team as a Front-End Developer in sunny Miami, FL. We are looking for a motivated individual with a passion for crafting beautiful and responsive web applications. Experience with UI/UX design principles and a strong attention to detail are highly desirable.", | ||
"location": "Miami, FL", | ||
"salary": "$70K - $80K", | ||
"company": { | ||
"name": "Veneer Solutions", | ||
"description": "Veneer Solutions is a creative agency specializing in digital design and development. Our team is dedicated to pushing the boundaries of creativity and innovation to deliver exceptional results for our clients.", | ||
"contactEmail": "contact@loremipsum.com", | ||
"contactPhone": "555-555-5555" | ||
} | ||
}, | ||
{ | ||
"id": "3", | ||
"title": "Vue.js Developer", | ||
"type": "Full-Time", | ||
"description": "Are you passionate about front-end development? Join our team in vibrant Brooklyn, NY, and work on exciting projects that make a difference. We offer competitive compensation and a collaborative work environment where your ideas are valued.", | ||
"location": "Brooklyn, NY", | ||
"salary": "$70K - $80K", | ||
"company": { | ||
"name": "Dolor Cloud", | ||
"description": "Dolor Cloud is a leading technology company specializing in digital solutions for businesses of all sizes. With a focus on innovation and customer satisfaction, we are committed to delivering cutting-edge products and services.", | ||
"contactEmail": "contact@dolorsitamet.com", | ||
"contactPhone": "555-555-5555" | ||
} | ||
}, | ||
{ | ||
"id": "4", | ||
"title": "Vue Front-End Developer", | ||
"type": "Part-Time", | ||
"description": "Join our team as a Part-Time Front-End Developer in beautiful Pheonix, AZ. We are looking for a self-motivated individual with a passion for creating engaging user experiences. This position offers flexible hours and the opportunity to work remotely.", | ||
"location": "Pheonix, AZ", | ||
"salary": "$60K - $70K", | ||
"company": { | ||
"name": "Alpha Elite", | ||
"description": "Alpha Elite is a dynamic startup specializing in digital marketing and web development. We are committed to fostering a diverse and inclusive workplace where creativity and innovation thrive.", | ||
"contactEmail": "contact@adipisicingelit.com", | ||
"contactPhone": "555-555-5555" | ||
} | ||
}, | ||
{ | ||
"id": "5", | ||
"title": "Full Stack Vue Developer", | ||
"type": "Full-Time", | ||
"description": "Exciting opportunity for a Full-Time Front-End Developer in bustling Atlanta, GA. We are seeking a talented individual with a passion for building elegant and scalable web applications. Join our team and make an impact!", | ||
"location": "Atlanta, GA", | ||
"salary": "$90K - $100K", | ||
"company": { | ||
"name": "Browning Technologies", | ||
"description": "Browning Technologies is a rapidly growing technology company specializing in e-commerce solutions. We offer a dynamic and collaborative work environment where employees are encouraged to think creatively and innovate.", | ||
"contactEmail": "contact@consecteturadipisicing.com", | ||
"contactPhone": "555-555-5555" | ||
} | ||
}, | ||
{ | ||
"id": "6", | ||
"title": "Vue Native Developer", | ||
"type": "Full-Time", | ||
"description": "Join our team as a Front-End Developer in beautiful Portland, OR. We are looking for a skilled and enthusiastic individual to help us create innovative web solutions. Competitive salary and great benefits package available.", | ||
"location": "Portland, OR", | ||
"salary": "$100K - $110K", | ||
"company": { | ||
"name": "Port Solutions INC", | ||
"description": "Port Solutions is a leading technology company specializing in software development and digital marketing. We are committed to providing our clients with cutting-edge solutions and our employees with a supportive and rewarding work environment.", | ||
"contactEmail": "contact@ipsumlorem.com", | ||
"contactPhone": "555-555-5555" | ||
} | ||
}, | ||
{ | ||
"id": "33e5", | ||
"title": "Abhay Tiwari", | ||
"type": "Part-Time", | ||
"location": "asdasd", | ||
"description": "asdasd", | ||
"salary": "$50K - $60K", | ||
"company": { | ||
"name": "asdasdasd", | ||
"description": "adasd", | ||
"contactEmail": "asdasd@gmail.com", | ||
"contactPhone": "asdasd" | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.