My Portfolio Website
https://devongifford.vercel.app/
Inspired by Brittany Chiang's captivating portfolio website, I embarked on a journey to recreate her design using my preferred tech stack. Initially challenged by the fact that Brittany's stack was built with Gatsby, while I was opting for Next.js - I saw this as an opportunity for growth.
Not only did I successfully replicate the design, but I also added my own innovative ideas and enhancements.
While I built this website from scratch, it's important to acknowledge Brittany Chiang as the source of inspiration. All credit for the original design and concept goes to her.
You are welcome to fork this repo. However, please ensure proper attribution by linking back to the original source.
- Website - https://brittanychiang.com/
- GitHub - https://github.com/bchiang7/v4
click here to expand:
System Requirements:
- Node.js 16.8 or later.
- macOS, Windows (including WSL), and Linux are supported.
First, Install dependencies
npm install
Second, run the development server:
npm run dev
Third, Open up localhost:3000
to view your application.
Open http://localhost:3000 with your browser to see the result.
- You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
- [API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`.
- The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
- This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
click here to expand:
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
This is a Next.js project bootstrapped with create-next-app
.
click here to expand:
Copyright 2024 - Devon Gifford
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.