0% found this document useful (0 votes)
64 views7 pages

Context:: 1.need of Project 2.project Stages 3.project Requirements

This document discusses building a resume generation project using React and Node.js. It involves three stages: 1) Setting up the project structure and installing dependencies, 2) Creating React components to build a multi-step form, and 3) Styling the components and passing user input to a server template to auto-download the resume PDF. The requirements are Node.js for the backend and ReactJS for the frontend user interface.

Uploaded by

mahesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
64 views7 pages

Context:: 1.need of Project 2.project Stages 3.project Requirements

This document discusses building a resume generation project using React and Node.js. It involves three stages: 1) Setting up the project structure and installing dependencies, 2) Creating React components to build a multi-step form, and 3) Styling the components and passing user input to a server template to auto-download the resume PDF. The requirements are Node.js for the backend and ReactJS for the frontend user interface.

Uploaded by

mahesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Context:

1.Need of Project
2.Project Stages
3.Project
Requirements
Resume
Creation is
Need Of Project bit Tedious
Task for We Have To
Keep It Short
anyone. Simple And
Should
Constantly
Task Of Resume
Update Over
Generation
While
Simpler By Auto
Generating It
Using Awesome
Templates.
Project Stages:
Setup project folder Create react custom Styling
structure and install components for components using
necessary building multi-step material UI
dependencies react form

Pass down the


Auto-download information to the
pdf on the client server and embed it
side in template
properly
• Node.js is an open source, cross-platform runtime environment for
developing server-side and networking applications.

• Node.js applications are written in JavaScript, and can be run within the
Node.js runtime on OS X, Microsoft Windows, and Linux.

• Node.js also provides a rich library of various JavaScript modules.

Node.js = Runtime Environment + JavaScript Library


• ReactJS is a simple, feature rich, component based JavaScript UI
library.

• ReactJS provides minimal and solid feature set to kick-start a web


application.

• React community compliments React library by providing large set of


ready-made components to develop web application in a record time.

• React community also provides advanced concept like state


management, routing, etc., on top of the React library.
• to define the
content of
web pages
• to program
the behavior
of web
pages
• to specify
the layout
JS of web
pages

You might also like