Table of Contents
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.
To get a local copy up and running follow the steps below.
- Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Install Docker
brew install docker
- Clone the repo
git clone https://github.com/jessenia/jessenia.tech.git
- Change directory to the project home
cd jessenia.tech
- Build the docker image
docker build -t jessenia.tech .
- Start the docker container
docker run --rm -it -p 8080:80 jessenia.tech
- Navigate to http://localhost:8080, and you should now see the app
- 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).
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Jessenia Kahn - @Jessenia_InTech - info@jessenia.tech
Project Link: https://github.com/jessenia/jessenia.tech