This project is a personal portfolio website developed as the final project for the Meta Advanced React Course. It showcases my skills as a frontend developer specializing in JavaScript and React. The website includes the following sections: Services, Projects, and Contact.
- React 18 (Create React App)
- Chakra UI
- Formik and Yup
- Framer Motion
- React Icons / FontAwesome
- Context API and Custom Hooks
- Jest and React Testing Library
src/
├── components/
├── context/
├── hooks/
├── images/
├── App.js
├── index.js
├── index.css
1. Clone the repository:
git clone https://github.com/D-vokic/Personal-portfolio-meta.git
cd Personal-portfolio-meta
2. Install dependencies:
npm install
3. Run the development server:
npm start
The application will be available at `http://localhost:3000`.
4. Build for production:
npm run buildAuthor: Dusko Vokic
Phone: (+36) 70 434 7540
LinkedIn: Dusko Vokic
GitHub: Dusko Vokic
This project is open-sourced under the MIT License - see the LICENSE.md file for details.
© 2025 Duško Vokić. Final project for Meta Advanced React Course.
