Universe (v2) is my personal portfolio. It showcases my github projects and updates automatically using Next.js server componets from version 14.1.x and above. It is a simple and clean portfolio that is easy to customize and deploy. It is also responsive and works on all devices. It is built with React, Next.js, and Tailwind CSS. 🌌
My old portfolio can be found in The Old Branch which is built with vanilla react and tailwind css. And will automatically sync with your github username.
- Please keep the credits if you are using this project
- Clone the repository or instead download it to your local computer by downloading the zip file.
- Go to your
.env.template
file and rename it to.env
with your github username. - To work on locally use
npm run dev
and if you want to deploy the site to production runnpm run production
this will build & host the website in the port 4224.
- You can also deploy the site to vercel or netlify by connecting your github repository to the respective platform.
Note: This project uses enviromental files to store public data and settings. Learn more at Next.js Env Variables.
- React: A JavaScript library for building user interfaces
- Next.js: The React Framework
- Tailwind CSS: A utility-first CSS framework for rapidly building custom designs
- All the libraries used in the project
- Icons8 for the icons!
This project is licensed under CC BY-NC 4.0.
+ You are free to:
• Share: Copy and redistribute the material in any medium or format.
• Adapt: Remix, transform, and build upon the material.
+ Under the following terms:
• Attribution: You must give appropriate credit, provide a link to original the source repository, and indicate if changes were made.
• Non-Commercial: You may not use the material for commercial purposes.
- You are not allowed to:
• Sell: This license forbids selling original or modified material for commercial purposes.
• Sublicense: This license forbids sublicensing original or modified material.
The content of this project is ©️ by IMXNOOBX and the respective contributors. See the LICENSE.md file for details.