This is the frontend site for the college placement system. It provides information about the placement process, statistics, and allows users to contact the training and placement staff. The site is built using React and JavaScript and deployed with Vercel.com.
To get started with the Frontend site, follow the instructions below:
- Node.js installed on your machine. You can download it from the official website: Node.js
-
Clone the repository:
git clone https://github.com/your-username/college-placement-frontend.git
-
Change into the project directory:
cd NTJSRPlacement
-
Install the dependencies:
npm install
- Start the server:
npm start
- The Frontend site will be available at http://localhost:3000.
├── public
│ ├── index.html
│ └── ...
├── src
│ ├── components
│ │ ├── About.js
│ │ ├── Contact.js
│ │ ├── WhyUs.js
│ │ ├── Procedure.js
│ │ ├── Statistics.js
│ │ └── ...
│ ├── App.js
│ ├── index.js
│ └── ...
├── .env
├── package.json
└── ...
-
To deploy the frontend placement site, you can use Vercel.com:
-
The frontend placement site can be easily deployed using Vercel.com and GitHub integration:
-
Sign up for an account on Vercel.com if you don't have one.
-
Fork this repository to your GitHub account.
-
Connect your GitHub account to Vercel:
-
Log in to Vercel.
- Click on "Import Project".
- Select your forked repository from the list.
- Configure the project settings as required.
-
Vercel will automatically build and deploy your frontend site. Once the deployment is complete, you will be provided with a unique URL for your frontend site.
-
Access your deployed frontend site by visiting the provided URL.
You can visit the live deployed site for the College Placement Frontend at https://nitjsr-placement-bf82.vercel.app/.
This project is licensed under the MIT License.