Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/contawo/second-personal-portfolio
This is my second porfolio website, I really have come a long way 😂. I created it using Reactjs, and email-js for the contact form. I learnt a lot with this project, it's a good keep for memories.
https://github.com/contawo/second-personal-portfolio
email-js learning-by-doing portfolio-website reactjs
Last synced: about 1 month ago
JSON representation
This is my second porfolio website, I really have come a long way 😂. I created it using Reactjs, and email-js for the contact form. I learnt a lot with this project, it's a good keep for memories.
- Host: GitHub
- URL: https://github.com/contawo/second-personal-portfolio
- Owner: contawo
- Created: 2022-05-27T16:01:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-30T16:43:03.000Z (over 2 years ago)
- Last Synced: 2024-04-18T13:02:26.452Z (8 months ago)
- Topics: email-js, learning-by-doing, portfolio-website, reactjs
- Language: JavaScript
- Homepage: https://personal-portfolio-mu-two.vercel.app
- Size: 11.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reason for creating this site
- Exploring how mutli-page site works
- Exploring about the router dom in react
- Getting to know how to set up a working form in react using email-js
- Getting to know how to make a site responsive## Challengies I faced
- The background videos consume a lot of space because they are stored locally
- So when the reponse is sent baxck to the user, it takes a lot of time to load because of this high content files
- I planned to store them elsewhere so that I can access them through a link and that did not work