This is a portfolio website that showcases my work using Next.js. The website is fully responsive and optimized for different devices and screen resolutions. It also features full-stack functionality that enables me to log in as an admin and manage all the projects and articles I have uploaded, such as editing, updating, or deleting them.
1.Clone this repository to your local machine:
git clone https://github.com/Saif-Arshad/devfolio
2.Navigate to the project directory:
cd devfolio
3.Install the dependencies:
npm install
4.Create a .env file in the root directory and add the environment variables which are in:
.env-example
https://github.com/Saif-Arshad/devfolio/blob/main/.env.example
5.Start the development server:
npm run dev
Open http://localhost:3000 in your browser to view the website.
The website will reload automatically when you make changes to the code.
The live version of the website is available at: https://saifurrehman.info/.
Feel free to explore the website, and if you encounter any issues, please report them in the repository's issue tracker. Thank you for visiting!