Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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