Skip to content

Personal Website UI Template using React-TypeScript. I hope, it will be helpful for your personal website that showcases your work as a software developer.

Notifications You must be signed in to change notification settings

Sayan3990/Personal-Website-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Website Template

  • Personal Website UI Template using React-TypeScript Class components
  • Personal website can be about anything you want, including hobbies, pets, or information like academics, achievements, work Experiences.
  • It can be a family website that shares your adventures with loved ones along with an area for comments and discussion.

Installation

  • Download or clone the repository into your local directory from Here
  • Make sure that you have node installed in your computer or Install Node
  • Inside the local directory here you have downloaded this repository, open your terminal
  • Run this command to download all dependencies for this project

    npm i

    or

    npm install

  • Now we can run this site locally
  • To host the site in your localhost run this command in your terminal

    npm start

  • Open http://localhost:3000 to view it in the browser.

Dependencies

  • react@17.0.2
  • react-dom@17.0.2
  • react-scripts@4.0.3
  • typescript@4.3.4
  • bootstrap@4.6.0
  • react-bootstrap@1.6.1
  • react-bootstrap-icons@1.5.0

Deployment

Quick Start

Do you Want to use this template quickly? - follow the steps

  • First you have to download this repo in your local directory or refer installation section
  • If you wanted to edit this template with your information quickly
  • Go to /src/shared folder and open YourInformation.ts file
  • Here you can add or edit your information, which will automatically reflected to the website
  • A basic format is given with dummy words, you can add more sections, texts and icons
  • Now use command npm run in the root directory to see your personal website locally
  • You can deploy your personal website now

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 the browser.

  • The page will reload if you make edits.
    You will 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!

- npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

  • If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

  • Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

  • You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

License

  • Distributed under the MIT License. See LICENSE for more information.

Learn More

Hope this will be helpful for your next project

Thank you for visiting

About

Personal Website UI Template using React-TypeScript. I hope, it will be helpful for your personal website that showcases your work as a software developer.

Topics

Resources

Stars

Watchers

Forks