Online Job Platform Using React JS
Online Job Platform Using React JS
Using React JS
- BY AVI GOEL
- IIOT(07219011721)
WHAT?
An online job portal using React.js is a web application that allows users to search
for, view, and apply to job opportunities.
The online job portal built with React.js is just one part of a larger system that
typically includes a backend server, a database for storing job listings and user
data, and possibly external APIs for additional functionalities.
It provides a platform where job seekers and employers can connect from
anywhere in the world.
4. The backend verifies user credentials , generates a token , and sends it to React for
authentication.
7. Job seekers can apply for jobs directly through the portal .
8. Application data is sent to the backend for processing , and application status is
updated in the database.
WHAT I LEARNT
Using react framework and react tools such as props.
How to fetch an API using promises , Async and Await functions.
Learnt about the applications of ES modules.
How to set up a firebase firestore database , adding data to the database , fetching
data from database.
How to use Filtering in React.