/PersonalWebsite

Personal website with React

Primary LanguageJavaScript

PersonalWebsite

  • In this project, a personal portfolio site that is sensitive to responsive design was created with React.
  • React icons library, React useState hooks are used in the project.
  • Also used SwiperJS (to create carousels/slides) and EmailJS.

Personal.Website.mp4

React

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

React Icons Library

It allows us to easily incorporate popular icons into your React projects with react icons using ES6 imports that allow you to add only the icons your project uses.

Installation (for standard modern project)

npm install react-icons --save

React UseState Hooks

Hooks are a new addition in React 16.8. They let you use state and other React features without writing a class.

SwiperJS

Swiper is the most modern free mobile touch slider with hardware accelerated transitions and amazing native behavior. It is intended to be used in mobile websites, mobile web apps, and mobile native/hybrid apps.

Installing

npm i swiper

EmailJS

Send emails, html and attachments (files, streams and strings) from node.js to any smtp server

Features

  • Emails are queued and the queue is sent asynchronously
  • Supports sending html emails and emails with multiple attachments (MIME)
  • Attachments can be added as strings, streams or file paths
  • Supports utf-8 headers and body

Installing

npm install emailjs