A React-based web application designed to help students and alumni connect, track placement notifications, and access references for preparation.
- Home Page: Overview of placement preparation resources.
- Alumni: Connect with alumni and view their experiences.
- Notifications: Receive updates on placements and important announcements.
- References: Access study materials, interview questions, and guides.
- Responsive Design: Works seamlessly on desktop and mobile devices.
- React.js
- CSS for styling
- Context API for state management
- Git & GitHub for version control
- Clone the repository:
git clone <your-repo-link>
- Navigate to the project folder:
cd FSDPROJECT
- Install dependencies:
npm install
- Start the development server:
npm start
- To Deploy your app
Create a production build (npm run build)
-
Upload the files to a special branch called gh-pages in your GitHub repo. Connect Your GitHub Project to Netlify Go to https://app.netlify.com
Click “Add new site” → “Import an existing project.”
Choose “GitHub” as the provider.
If prompted, authorize Netlify to access your GitHub account.
From the list, select your repository and configure the build settings.
You will get the deployed site URL after your deployment is done.