My personal portfolio is a responsive web app that I used to present my skills, projects and other details about myself. It also contains a form that can be used to reach out to me directly.
- Html
- Css
- Js
Click here!
To get a local copy up and running follow these simple example steps.
- Download the zip file or clone with this command
git clone git@github.com:joel-kalema/Mobile-version-skeleton.git
(Make sure you haveGit installed
in your Computer or Install it by following these steps) cd Mobile-version-skeleton
- Open it with the live server
Set-up ESLint in your local env:
-Run npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
-Copy .eslintrc.json to the root directory of your project.
-Do not make any changes in config files - they represent style guidelines that you share with your team - which is a group of all Microverse students.
-Run npx eslint .
on the root of your directory of your project.
-Fix linter errors.
- GitHub: @joel-kalema
- Twitter: @JoelJklm
- LinkedIn: joel kalema
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.