I've revamped my react portfolio about a dozen times at this point. While this one is still under construction, It is my favorite version by far. I was able to utilize and learn a few new frameworks that I previously had not been exposed to or comfortable with using. UI design is not typically my strong suit, but for this I really had a vision of what I wanted it to look like, and feel that I was able to capture that vision pretty well. I utilized Tailind CSS to design the front end and to incorporate light/dark mode functionality, and was able to incorporate an interactive background effect with Particlesjs. Because Heroku has become so expensive and non-learner friendly, I explored a new way of deployment with Render.
Clone the repository:
git clone git@github.com:t-starkw/octo-giggle.git
Install the required dependencies:
npm install
Run the project in your local browser:
npm start
You can view the live application here
Tessa Starkweather – LinkedIn – tess.starkweather@gmail.com
View my profile – GitHub
Distributed under the MIT license. See LICENSE
for more information.
- Fork it (https://github.com/t-starkw/octo-giggle/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
The MIT License (MIT)
Copyright (c) 2023 Tessa Starkweather
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.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.