Personal Portfolio

This is my personal portfolio website. portfolioImg

Built With

  • NextJs
  • TailwindCss
  • VS code

Live Demo

Getting Started

Prerequisites:

  • Create an account on github

  • Install gitbash or use git on the command line.

  • Use an IDE of your preference such as VScode.

Steps to follow:

  • Choose a folder in your local machine where you want this repository to be copied

  • Clone this repository to your local machine

  • git clone https://github.com/Mutalenic/nextjs_personal_portfolio.git
    
  • Navigate to cd nextjs_personal_portfolio directory.

  • To install all the app dependencies on the command line run

  • yarn install
    
  • To run app in the development mode run

  • yarn dev
    

Author

Nicholas Kasonde Mutale

🤝 Contributing

  • Contributions, issues, and feature requests are welcome!
  • Feel free to check the issues page

Show your support

Give a ⭐ if you like this project!

Acknowledgments

Thanks to Clint Briley tutorial!