This is a personal portfolio to showcase projects, built with Next.js and CSS Modules. This website features Hero, About, Projects, and Contact sections. (I'm building this website!)
This website is now deployed on Vercel's site since it uses Next.js
- Sections decorations and effects.
- Give more identity to the cards of About Me section.
- Add more projects and give their cards their own style and separated page.
- Create a error 404 section.
- Responsive design (DONE)
- Animate the website (DONE)
-
Open Powershell or your prefered terminal emulator.
-
Clone the repo with
git clone https://github.com/energyrex/portfolio
-
Go to the directory of the portfolio, in this case you should use
cd portfolio
-
Run
npm run dev
in terminal. You should check if you are in the correspondant directory. You should have Node and Npm installed. -
Go to
localhost:3000
There are some main reasons.
- 1st, It's a React.js framework with all things I would need to make a project.
- 2nd, Since It's a framework, it includes many optimizations who I could not make it with React.
In summary, I will use Next to build this portfolio because of its advantages and because is a nice opportunity to learn this framework Also, I know there are other very good options to make projects like this, such as Astro.build, but this time I will use Next.
You can use this project for your own portfolio. Just, give the credits that I've made this project.