https://github.com/dev-gaitano/jasmijn-schrofer
A dynamic and visually engaging portfolio website built using React, specifically designed to showcase the creative work of acclaimed film director Jasmijn Schrofer
https://github.com/dev-gaitano/jasmijn-schrofer
cloudinary postcss react tailwindcss typescript vite web-development website
Last synced: 3 months ago
JSON representation
A dynamic and visually engaging portfolio website built using React, specifically designed to showcase the creative work of acclaimed film director Jasmijn Schrofer
- Host: GitHub
- URL: https://github.com/dev-gaitano/jasmijn-schrofer
- Owner: dev-gaitano
- License: other
- Created: 2025-02-26T05:24:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-12T16:39:25.000Z (10 months ago)
- Last Synced: 2025-09-12T18:44:53.788Z (10 months ago)
- Topics: cloudinary, postcss, react, tailwindcss, typescript, vite, web-development, website
- Language: TypeScript
- Homepage: https://jasmijnschrofer.vercel.app/
- Size: 128 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About The Project
A dynamic and visually engaging portfolio website built using React, specifically designed to showcase the creative work of acclaimed film director Jasmijn Schrofer.
Project Link:
[Jasmijn Schrofer Portfolio](https://www.jasmijnschrofer.com/)
### Project Structure
```
jasmijn-schrofer-frontend/
├── .git/ # Git repository data
├── public/ # Static files
├── src/ # Source code
│ ├── components/ # Reusable components
│ │ ├── assets/ # Assets like images and icons
│ │ ├── ui/ # UI components
│ │ └── ... # Other components
│ ├── hooks/ # Custom hooks
│ ├── lib/ # Library files
│ ├── pages/ # Page components
│ ├── types/ # Type definitions
│ ├── App.tsx # Main application component
│ ├── index.css # Global styles
│ ├── main.tsx # Entry point for the application
│ └── vite-env.d.ts # TypeScript environment definitions
├── .gitignore # Git ignore rules
├── components.json # Vite components configuration
├── eslint.config.js # ESLint configuration
├── index.html # Main HTML file
├── package-lock.json # Dependency lock file
├── package.json # Package configuration
├── postcss.config.js # PostCSS configuration
├── README.md # Project documentation
├── LICENSE # Project license
├── tailwind.config.ts # Tailwind CSS configuration
├── tsconfig.app.json # TypeScript application configuration
├── tsconfig.json # TypeScript configuration
├── tsconfig.node.json # TypeScript Node configuration
└── vite.config.ts # Vite configuration
```
## Getting Started
This is an example of how you may approach setting up your project locally.
To get a local copy up and running follow these simple example steps.
### Prerequisites
To run you have to have the following requirements installed;
- Node.js & npm installed - [install with nvm](https://github.com/nvm-sh/nvm#installing-and-updating)
### Installation
Clone this repo and push changes.
Follow these steps:
```sh
# Step 1: Clone the repository using the project's Git URL.
git clone git@github.com:dev-gaitano/jasmijn-schrofer-frontend.git
# Step 2: Navigate to the project directory.
cd jasmijn-schrofer-frontend
# Step 3: Install the necessary dependencies.
npm i --legacy-peer-deps
# Step 4: Start the development server with auto-reloading and an instant preview.
npm run dev
```
## License
Distributed under the MIT license. See `LICENSE` for more information.
## Contact
Eugene Gaitano - dev.gaitano@gmail.com
[contributors-shield]: https://img.shields.io/github/contributors/dev-gaitano/jasmijn-schrofer-frontend.svg?style=for-the-badge
[contributors-url]: https://github.com/dev-gaitano/jasmijn-schrofer-frontend/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/dev-gaitano/jasmijn-schrofer-frontend.svg?style=for-the-badge
[forks-url]: https://github.com/dev-gaitano/jasmijn-schrofer-frontend/network/members
[stars-shield]: https://img.shields.io/github/stars/dev-gaitano/jasmijn-schrofer-frontend.svg?style=for-the-badge
[stars-url]: https://github.com/dev-gaitano/jasmijn-schrofer-frontend/stargazers
[issues-shield]: https://img.shields.io/github/issues/dev-gaitano/jasmijn-schrofer-frontend.svg?style=for-the-badge
[issues-url]: https://github.com/dev-gaitano/jasmijn-schrofer-frontend/issues
[license-shield]: https://img.shields.io/github/license/dev-gaitano/jasmijn-schrofer-frontend.svg?style=for-the-badge
[license-url]: https://github.com/dev-gaitano/jasmijn-schrofer-frontend/blob/main/LICENSE