https://github.com/paulmorar/paulmorar.com
A personal blog written on top of gatsby.js
https://github.com/paulmorar/paulmorar.com
netlify react remix tech
Last synced: about 1 month ago
JSON representation
A personal blog written on top of gatsby.js
- Host: GitHub
- URL: https://github.com/paulmorar/paulmorar.com
- Owner: paulmorar
- License: mit
- Created: 2019-10-05T08:36:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-18T01:37:53.000Z (4 months ago)
- Last Synced: 2025-02-16T02:47:27.343Z (3 months ago)
- Topics: netlify, react, remix, tech
- Language: TypeScript
- Homepage: https://paulmorar.com/
- Size: 6.24 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Paul Morar's Portfolio






Welcome to the repository for Paul Morar's personal portfolio website. This project showcases my professional experience, skills, and projects.
## Table of Contents
- [About](#about)
- [Features](#features)
- [Technologies](#technologies)
- [Setup](#setup)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)## About
This portfolio website is built using modern web technologies to provide a fast, responsive, and visually appealing experience. It includes sections for my work experience, education, skills, and contact information.
## Features
- **Responsive Design**: Optimized for all screen sizes.
- **Interactive UI**: Smooth animations and transitions.
- **Dark Mode**: Supports dark mode for better readability in low-light environments.
- **Particles Animation**: Eye-catching particle effects on the homepage.## Technologies
- **Next.js**: React framework for server-side rendering and static site generation.
- **React**: JavaScript library for building user interfaces.
- **TypeScript**: Typed superset of JavaScript.
- **TailwindCSS**: Utility-first CSS framework.
- **tsparticles**: Library for creating particle animations.## Setup
To set up the project locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/paulmorar/paulmorar.com.git
```
2. Navigate to the project directory:
```bash
cd paulmorar.com
```
3. Install dependencies:
```bash
npm install
```
4. Run the development server:
```bash
npm run dev
```## Usage
To build and start the project in production mode, use the following commands:
```bash
npm run build
npm start
```## Contributing
Contributions are welcome! Please fork the repository and create a pull request with your changes.
## License
This project is licensed under the MIT License.
## Contact
For any inquiries, please contact me at [email protected].