Skip to content

Generate websites in the style of my personal portfolio website cihanbosnali.com. Inspired by streaming services.

License

Notifications You must be signed in to change notification settings

CihanBosnali/personal-website-22-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Website Template

This project is for generating sites similar to my own website cihanbosnali.com. The UI is influenced by film / tv streaming websites. My motivation was to update the content easily without changing the code. Hence, all content is written into json files. You can use json files to add cards and other information. You can add images to the public/data/ folder and mention them in your json to use them on your cards.

Installation

  • Clone the repository.
  • Use npm install to install dependencies
  • Use npm start to run

Adding Data

The data folder includes json files necessary to generate your website. You can change this files to add your data to your website build.

Deployment

Use the command below to generate a build. You will need to host the newly generated build folder.

npm run build

You can use your favorite static hosting platform to host your site. My current favorite is Firebase Hosting.

Available Scripts

This project was bootstrapped with Create React App.

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 create-react-app documentation 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 create-react-app documentation about deployment for more information.

About

Generate websites in the style of my personal portfolio website cihanbosnali.com. Inspired by streaming services.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published