Welcome to the InfoSecFuture website repository! This is a React-based website showcasing our company's services and providing a registration page for interested users.
React sample website: InfoSecFuture Sample React Website
You can check out the live demo of the InfoSecFuture website here: Demo Link
- Landing Page: A visually appealing landing page introducing InfoSecFuture and its services.
- Header: A navigation header for easy access to different sections of the website.
- Footer: A footer with contact information and links to our social media profiles.
- Register Page: A registration page for users to sign up and access our services.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/utkarshjaiswal0004/infosecfuture-website.git
-
Clone the Node Server repository which holds the apis and db connection:
git clone https://github.com/utkarshjaiswal0004/infosecfuture-node-api.git
-
Install the dependencies by running npm install for both close repo:
npm install
-
After installation, For React run:
npm start
-
After installation for nodejs server, For nodejs run:
npm start
