All Applicants - View - V1
Requirements:
- A bootstrap and React based layout that will allow employer_user to job a list of all applicants who applied to a single job.
- The view will need to be mobile first, and expand to fit desktop browsers.
Visibility:
- Private
Related issues:
- Admin Dashboard - View - V1 #13
- Create New Job - View - V1 #14
- Edit Job - View - V1 #15
I would like to work on this issue
@Nikhil-dev13 assigned :) Happy coding!
I am unable to run the frontend server with current changes in the code Please help me with the problem
Ok, I think I found a solution I have added both the bundle scripts to server.js file
app.use("/static", express.static(path.join(`${__dirname}/public`)));
app.get("/", (req, res) => {
res.sendFile(path.join(`${__dirname}/public/index.html`));
});
Please check this @benjaminspak and if its correct please create a Issue for the following problem and I would like to make a PR for the same
@Nikhil-dev13 https://github.com/GitCodeCareer/hacktoberfest--hiring-system/issues/40
Thank you @benjaminspak I will make a PR now
@Nikhil-dev13 seems like you've been doing great on this. Make any more progress this week?
The PR for this issue has been made and the PR has been merged as well
Now the issue should be closed