Portfolio Website is developed using ReactJS TailwindCSS SCSS for the client and NodeJS MongoDB for the server.
Demolive_portfolio.mp4
- Website has beautiful effects.
- Send contact information to the server
- Smooth scroll to top
- Responsive with all devices
Frontend :
- ReactJS
- AOS
- Axios
- Swiper
- SCSS
- TailwindCSS
Backend :
- NodeJS
- ExpressJS
- MongoDB
- Clone this repository :
git clone https://github.com/SupakunZ/Portfolio.git
- Navigate to the project folder and install dependencies :
cd Portfolio
npm install
- Launch the application in development mode :
npm run dev