Skip to content

Latest commit

 

History

History
195 lines (110 loc) · 4.36 KB

README.md

File metadata and controls

195 lines (110 loc) · 4.36 KB

Portfolio: preserve data in the browser

📗 Table of Contents

📖 Portfolio: preserve data in the browser

For this project, I established a repository for my portfolio website. My objective is to develop a complete portfolio website that is responsive on both mobile and web platform.

Contact Form:

screenshot

🛠 Built With

Tech Stack

The various stacks used for the project includes the following

HTMl
CSS
Linters

Key Features

  • Learn how to translate a Figma design into a functional UI.
  • Utilize Flexbox to position various elements on a web page.
  • Utilize CSS Grid to arrange different elements on a web page.
  • Develop a portfolio website.
  • Develop a mobile popup menu and details popup window.

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer.

Prerequisites

From your command line:

On macOS, by using Homebrew you can install.

# install git
$ brew install git
# install node
$ brew install node

On Windows, by using chocolatey you can install.

# install git
C:\> choco install git
# install node
C:\> choco install node

Setup

Clone this repository to your desired folder:

# Clone this repository
$ git clone https://github.com/yemidada/desktop-version-portfolio.git

# Go into the repository
$ cd desktop-version-portfolio

# Install dependencies
$ npm install

Usage

After you clone this repo to your desktop, go to its root directory and run npm install to install its dependencies.

(back to top)

👥 Authors

👤 Author

(back to top)

🔭 Future Features

  • Add animation effect to the css (Animate.css)
  • Improve the designs

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project you can support us by sharing our code

(back to top)

🙏 Acknowledgments

Thanks you microverse for the opinion to opportunity

(back to top)

❓ FAQ (OPTIONAL)

  • Do you need nodejs installed on your machine

    • Yes, nodejs need to be running properly on your machine
  • Can you test linter on your local machine and github

    • Yes, you can do both

(back to top)

📝 License

This project is MIT licensed.

(back to top)