Behind the scenes of my personal website!
Explore the docs »
View Demo •
Report Bug •
Request Feature
Table of Contents
I made this website to serve as a central hub to highlight my work and provide an easy way to connect with me. It’s designed to showcase my projects, share my professional background, and offer simple ways to get in touch.
My site features the following:
- Portfolio – A showcase of projects
- Resume – Downloadable PDF
- Contact – Contact Form Using FormSpree
The site is live on: https://les1g.vercel.app/. Alternatively, you can get a local copy up and running follow these simple example steps.
- Node.js 18+
- npm
- Clone the repo
git clone https://github.com/les1g/urban-palm-tree.git cd urban-palm-tree - Install NPM packages
npm install
- Start development server
npm run dev
- Open your browser and go to: http://localhost:3000
[x] App Router pages: Home, About, Portfolio, Resume, Contact/Form
- Header/Footer, BackToTop, ScrollProgress, CustomCursor
- Contact form
- Theme: light/dark toggle with system preference
- Image optimization: Next/Image domains in next.config.js
- Tests: Jest + React Testing Library for components
- CI: GitHub Actions for lint, typecheck, test
- Analytics: Vercel Analytics or GA4
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the Unlicense License. See LICENSE.txt for more information.
Gisel Garrido - @les1g.bsky.social - ggarr55@icloud.com
Project Link: https://github.com/les1g/urban-palm-tree
