Skip to content

Latest commit

 

History

History
51 lines (26 loc) · 1.24 KB

README.md

File metadata and controls

51 lines (26 loc) · 1.24 KB

React Jobs

Project from this guy that I find to learn a React in 2024.

How to Run

After clone this repository, you need to run the command npm install --include=dev, to install the dependencies.

To run the backend service you need to run npm run server.

To run the frontend service you need to run (within another terminal) npm run build and npm run preview.

After that, you will be able to check this little projetct out :)

There is some print screens of the frontend (the design isn't mine)

Preview

Home Page

HomePage


Browse Jobs Page

BrowseJobsPage


View Job Page

ViewJobPage


Edit Job Page

EditJobPage


Add Job Page

AddJobPage


Acknowledgements

I need to thank the guy who made the video, here is his YouTube channel.