Classic Portfolio Website
- Multi Language
- Toggle For Dark & Light Theme
- Custom Style For Each Language
- Classic Design & Responsive Full
# Clone Repository
$ git clone https://github.com/amirrahemi01/portfolio.git
# Open Directory
$ cd portfolio
# Install dependencies & Run App
$ npm i && npm start
In "ContactUs.tsx"component replace your custom service id, template id & public key :)
.sendForm('YOUR_SERVICE_ID', 'YOUR_TEMPLATE_ID', form.current, {
publicKey: 'YOUR_PUBLIC_KEY',
})
This project is licensed under the MIT License. See the LICENSE file for more details.