An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


banner_img




## 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
```

(back to top)

## 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
```

(back to top)

## License

Distributed under the MIT license. See `LICENSE` for more information.

(back to top)

## Contact

Eugene Gaitano - dev.gaitano@gmail.com





Report Bug
·
Request Feature
·
back to top

[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