Skip to content

bobbinnej/Portfolio

Repository files navigation

Description

This is my portfolio website. It describes:

  • Who i am
  • My experience
  • My skills
  • Projects i have worked on
  • My contact details

By ** Jackie Njoroge **

Technologies Used

  • Nextjs -> user interface
  • Tailwind css -> style the user interface
  • Framer motion -> add animations to the website
  • Sanity -> CMS for backend
  • Vercel -> Deployment

Requirements

  • Visual studio code
  • Github

Setup installation instruction

npm run dev
# or
yarn dev

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.

Development

To fix a bug or enhance an existing module, follow these steps:

  • Fork the repo
  • Create a new branch (git checkout -b improve-feature)
  • Make the appropriate changes in the files
  • Add changes to reflect the changes made
  • Commit your changes (git commit -am 'Improve feature')
  • Push to the branch (git push origin improve-feature)
  • Create a Pull Request

Known Bugs

If you find a bug or would like to request a new function, reach out to me via jackienjorogedev@gmail.com

License

MIT Copyright (c) 2019 Jackie Njoroge

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.