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

https://github.com/yousefraeis/watson-portfolio-site

Watson is a sleek and modern frontend portfolio crafted with React.js, SCSS, and Framer Motion. 🎨✨ Designed to showcase my skills and projects, it combines responsive layouts with smooth, eye-catching animations. Inspired by JavaScript Mastery, this portfolio reflects my passion for web development and continuous growth. 🚀
https://github.com/yousefraeis/watson-portfolio-site

css3 framer-motion front-end frontend html javascript javascript-mastery javascriptmastery js react reactjs scss

Last synced: about 2 months ago
JSON representation

Watson is a sleek and modern frontend portfolio crafted with React.js, SCSS, and Framer Motion. 🎨✨ Designed to showcase my skills and projects, it combines responsive layouts with smooth, eye-catching animations. Inspired by JavaScript Mastery, this portfolio reflects my passion for web development and continuous growth. 🚀

Awesome Lists containing this project

README

        

# Watson - Frontend Web Portfolio

Welcome to Watson, a modern and stylish frontend web portfolio developed using React.js, SCSS, and Framer Motion. This project showcases my skills and projects in an engaging and visually appealing manner.

## Table of Contents

- [Features](#features)
- [Technologies Used](#technologies-used)
- [Getting Started](#getting-started)
- [Installation](#installation)
- [Usage](#usage)
- [Deployment](#deployment)
- [🌐 Live Demo](#🌐-live-demo)
- [🎉 Acknowledgements](#🎉-acknowledgements)

## Features

- **Responsive Design**: Looks great on all devices.
- **Smooth Animations**: Enhances user experience with Framer Motion.
- **Modern UI**: Clean and intuitive design for better interaction.
- **Interactive Components**: Engaging elements to showcase projects.

## Technologies Used

- **React.js**: For building dynamic user interfaces.
- **SCSS**: For organized and maintainable styling.
- **Framer Motion**: To add smooth and attractive animations.
- **HTML5**: For the foundational structure of the web pages.

## Getting Started

To set up a local copy of Watson, follow these steps:

### Prerequisites

Ensure you have the following installed:

- Node.js (version 14 or later)
- npm (Node Package Manager)

### Installation

1. Clone the repository:
```bash
git clone https://github.com/yourusername/watson-portfolio.git
```

2. Navigate to the project directory:
```bash
cd watson-portfolio
```

3. Install the dependencies:
```bash
npm install
```

## Usage

To start the development server, run:
```bash
npm start
```

This will open the application in your default browser at `http://localhost:3000`.

## Deployment

To build the project for production, run:
```bash
npm run build
```

This will create a `build` folder containing the optimized version of your application, ready for deployment on any static hosting service.

## 🌐 Live Demo

Experience the live demo [here](https://watson-chi.vercel.app/).

## 🎉 Acknowledgements

A special thanks to Adrian Hajdin and his YouTube channel, JavaScript Mastery, for their outstanding tutorials that inspired this project. Be sure to check out their channel for invaluable insights into JavaScript and web development!