/jessenia.tech

My Professional Resume written in ReactJS

Primary LanguageCSSMIT LicenseMIT

Contributors Forks Stargazers Issues MIT License LinkedIn

wakatime

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgments

Getting Started

About The Project

Product Name Screen Shot

This is my ReactJS based personal resume website. The website is designed to be highly customizable and re-usable. All website metadata is fed directly from a JSON File.

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow the steps below.

Prerequisites

  • Install Homebrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  • Install Docker brew install docker

Installation

  1. Clone the repo git clone https://github.com/jessenia/jessenia.tech.git
  2. Change directory to the project home cd jessenia.tech
  3. Build the docker image docker build -t jessenia.tech .
  4. Start the docker container docker run --rm -it -p 8080:80 jessenia.tech
  5. Navigate to http://localhost:8080, and you should now see the app

(back to top)

Roadmap

  • Create the core website components
  • Fill resume metadata
  • MIT license
  • Upload images for header, projects, and profile pic
  • Create Readme
  • Acquire domain name jessenia.tech
  • Containerize the app via Docker
  • [] Build CI/CD pipeline
  • [] Build out the infrastructure on AWS using IaC
  • [] Fix Contact Me form submission
  • [] Integrate Twitter feed
  • [] Add a blog section
  • [] Add a book club/reading list section
  • [] Add NFT gallery display
  • [] Multi-language Support
    • [] Spanish
    • [] Portuguese

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Jessenia Kahn - @Jessenia_InTech - info@jessenia.tech

Project Link: https://github.com/jessenia/jessenia.tech

(back to top)

Acknowledgments

(back to top)