Skip to content

Commit d79471f

Browse files
Update README.md
1 parent ce63989 commit d79471f

File tree

1 file changed

+65
-2
lines changed

1 file changed

+65
-2
lines changed

README.md

+65-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,66 @@
1-
# JobHunt
1+
# Sr. Full Stack Developer Assessment For DWebPixel
22

3-
A job portal webapp for job seekers and recruiters.
3+
**Objective:**
4+
5+
We are developing a Job Portal web application where administrators can create job postings, and users can view these postings from their dashboards. The app uses a Role and Permissions system to manage user and admin functionality. Authentication is already implemented and functional.
6+
7+
**Technologies Used:**
8+
9+
Tech stack used in this application is defined below.
10+
11+
- **User Panel**
12+
- Laravel
13+
- Inertia
14+
- Vue.js
15+
- Tailwind CSS
16+
- **Admin Panel**
17+
- Laravel
18+
- Livewire
19+
- AlpineJS
20+
- Tailwind CSS
21+
22+
**Your Task:**
23+
24+
You are required to implement the following features in the application:
25+
26+
---
27+
28+
![User Dashboard](https://github.com/user-attachments/assets/749fe4bb-6d13-4e2a-ab64-f1f098c701d9)
29+
30+
31+
**User Dashboard:**
32+
33+
Design and implement a UI for a Job Card to display job details.
34+
35+
---
36+
37+
**Admin Dashboard:**
38+
39+
Create and update below pages in admin Panel
40+
41+
![Admin Skills](https://github.com/user-attachments/assets/111cbd00-2bc1-461a-b6e6-713c01da22fa)
42+
43+
**Skills Management Page:**
44+
- Create a page that displays a table of skills.
45+
- Include a form to add new skills to the database.
46+
47+
---
48+
49+
![Admin Jobs](https://github.com/user-attachments/assets/e04f83bc-c602-498e-8a02-bbd60b677968)
50+
![Admin Jobs List](https://github.com/user-attachments/assets/9c45b0fa-47d0-457f-995e-ac875aca37ee)
51+
52+
53+
**Job Postings Management Page:**
54+
- Develop a form for creating new job postings.
55+
- Update the job postings list page to dynamically display postings fetched from the database.
56+
- Add delete functionality for the job postings.
57+
58+
---
59+
60+
**Notes:**
61+
62+
Icons and Logos shown in job post card as already provided. Use Icon component to display the icons
63+
64+
**Admin Email**: [email protected] | **Admin Password**: password
65+
66+
**User Email**: [email protected] | **User Password**: password

0 commit comments

Comments
 (0)