Skip to content

kristinaklyap/portfolio-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio website

Personal website built with React and TypeScript. Fun fact: portfolio can be easily adapted by anyone to meet their needs, with only updating config.json file.

Author

@kristinaklyap

Demo

https://github.com/kristinaklyap/portfolio-ts

Tech Stack

React, TypeScript, CSS Modules (SCSS)

Run Locally

Clone the project

  git clone https://github.com/kristinaklyap/portfolio-ts.git

Go to the project directory

  cd portfolio-ts

Install dependencies

  npm install

Start the server

  npm run start

Tree

🗂️ src
   ├── assets
   │   ├── about
   │   ├── brands
   │   ├── intro
   │   └── portfolio
   ├── components
   │   ├── Breadcrumbs
   │   ├── Header
   │   ├── NotFound
   │   ├── Pagination
   │   ├── Projects
   │   └── Socials
   ├── hooks
   ├── models
   ├── pages
   │   ├── About
   │   ├── Intro
   │   ├── NotFound
   │   ├── Portfolio
   │   └── Project
   └── styles


Configuration file

In order to adapt this project to yourself, change content inside config.json file from root directory.

Code:

 "pages": {
    "intro": {
      "title": "Hi, I'm Name!",
      "content": "Lorem ipsum dolor sit amet. Qui voluptatem quae et quia consectetur vel magnam veritatis.",
      "breadcrumbs": {
        "pageNo": "01",
        "pageTitle": "Introduce"
      }
    },

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published