Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 1.09 KB

README.md

File metadata and controls

56 lines (42 loc) · 1.09 KB

Portfolio

Portfolio Website is developed using ReactJS TailwindCSS SCSS for the client and NodeJS MongoDB for the server.

Demolive_portfolio.mp4

🌸 Live Demo

Portfolio-website

🌈 Features

  • Website has beautiful effects.
  • Send contact information to the server
  • Smooth scroll to top
  • Responsive with all devices

🏆 Technologyies Used

Frontend :

  • ReactJS
  • AOS
  • Axios
  • Swiper
  • SCSS
  • TailwindCSS

Backend :

  • NodeJS
  • ExpressJS
  • MongoDB

💎 Installation

  1. Clone this repository :
git clone https://github.com/SupakunZ/Portfolio.git
  1. Navigate to the project folder and install dependencies :
cd Portfolio
npm install
  1. Launch the application in development mode :
npm run dev