Hey there! I'm Govind S Nair, and I'm thrilled to showcase my portfolio built with React. Within this webpage, you'll find details about me, including my skills, experience, and a way to get in touch with me. I've also included a collection of my projects, which highlight my expertise and creativity. Furthermore, the website is hosted on Netlify, and you can conveniently access it through the link provided in the repository description.
- Mobile and desktop responsive layout for optimal viewing on various devices.
- Navbar for easy navigation and improved user interface, allowing users to access different sections easily.
- Different sections on the single webpage: About, Contact, Home, Skills and Work.
- Smooth scroll implemented using React for a seamless user experience while navigating between sections.
- Eye-catching design with Tailwind CSS for a visually pleasing user experience.
- Integrated Getforms.io for efficient form handling on the Contact section.
- Developed using Yarn as the package manager for dependency management and project building.
- Custom favicon for a unique and recognizable website icon in browser tabs.
- Familiarity with React: Understanding React concepts and fundamentals is essential for effectively working with this project.
- Node.js and npm: You'll need Node.js and npm (Node Package Manager) installed on your system to manage dependencies and run scripts.
- Text Editor or Integrated Development Environment (IDE): You'll need a code editor to make changes to the project files. Popular choices include Visual Studio Code, Sublime Text, or Atom.
- Web Browser: You'll need a modern web browser (such as Google Chrome, Mozilla Firefox, or Microsoft Edge) to view and test your changes.
- Click on the "Code" button on the top right corner of this repository page.
- Click on "Download ZIP" to download a compressed zip file of the repository.
- Extract the contents of the zip file to a folder on your computer.
OR
- Open your terminal or command prompt and navigate to the directory where you want to clone the repository.
- Run the command
git clone https://github.com/g0v1ndN/React-Portfolio
to clone the repository to your local machine.
Note
You need to have Git installed on your computer. If you don't have it installed, please download and install Git from the official website.
- Open a terminal or command prompt and navigate to the directory where the React website files are located.
- Install the necessary dependencies by running the command:
yarn install
. - Once the installation is complete, start the development server by running the command:
yarn start
. - The React website will now be running on a local server and can be accessed through your web browser.
- Open your preferred web browser and enter the URL: http://localhost:3000 (or a different port if specified).
- The website should now load in your browser, allowing you to explore its features and functionality.
Home Page
About Page
Skills Page
Work Page
Contact Page
This README includes third-party packages, each with its own license:
- @testing-library/jest-dom: MIT License
- @testing-library/react: MIT License Link
- @testing-library/user-event: MIT License
- react: MIT License
- react-dom: MIT License
- react-icons: MIT License
- react-scripts: MIT License
- react-scroll: MIT License
- tailwindcss: MIT License
- web-vitals: Apache License 2.0
This project is licensed under the terms & conditions (T&Cs) of the MIT license. If you're interested in reading more about it, please take a look at the LICENSE document.