This website showcases both my design work and frontend development projects. It was built using Next.js and powered by the Contentful CMS, making it a dynamic and interactive platform to share my work.
You can visit the live website at https://nickdc8.com/.
-
Next.js: Next.js is a powerful React framework that provides server-side rendering and other performance optimizations.
-
Contentful: Contentful is a headless CMS that allows me to manage and update the website's content easily.
Feel free to fork this repository and use it as a starting point for your own personal website.
To set up your own version of the website, follow these steps:
-
Clone the Repository:
git clone https://github.com/your-username/your-website-repo.git cd your-website-repo
-
Install Dependencies:
npm install
-
Configure Contentful:
- Sign up for a Contentful account.
- Create a new Contentful space.
- Add your design and frontend development projects as content entries in Contentful.
-
Start the Development Server:
npm run dev
-
Open in your Browser: The development server will start, and you can view your website at
http://localhost:3000
.
This project is licensed under Creative Commons. Feel free to use and modify the code for your personal website.
*Note: The website is actively maintained, and I regularly update it with new projects.