Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wking-io/implementing-elm
https://github.com/wking-io/implementing-elm
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wking-io/implementing-elm
- Owner: wking-io
- License: mit
- Created: 2019-09-05T16:18:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T19:46:42.000Z (almost 2 years ago)
- Last Synced: 2024-04-08T09:07:10.373Z (7 months ago)
- Language: JavaScript
- Size: 779 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cool [WIP](https://www.wking.io/): The one year later "Coming Soon" Personal Website
This is the Work In Progress that is my personal website. I have said on my old site that I had an update "Coming Soon" for about a year now and I am done with that.About a week ago I actually started updating my site after stumbling on Gatsby while listening to [@wesbos](https://twitter.com/wesbos) and [@stolinsky](https://twitter.com/stolinski)'s podcast [Syntax](https://syntax.fm/). A week later I realized I can get this up and running really quick, but will need help refining and optimizing my code.
## A Call For Help
I am fairly new to React and would love feedback from any experienced Front End Devs who are willing to help out!If you are experienced with Front End Dev then I imagine you already know how to get this working without help, but just in case...
### Clone / Fork Repo
You can follow Github's guide here: [Fork A Repo](https://help.github.com/articles/fork-a-repo/).### Install Dependencies
`npm i`### Running in development
`gatsby develop`## Wanna help?
I have tasks I am adding to the issues to help me keep track of the project. I have gotten it to a state now to where I want to use branches and proper PRs to manage updates. Take a look around in there or make your own if you think my code could use some help :)## [WIP] Changelog
**08 / 09 / 2017**
Update, I have figured out a few things I want to do. I am loving importing data from any JS file. I have used it to add social accounts and a knowledgebase. Wanted to simulate pulling in real data so that I could get more familar with manipulating it.I have been able to pull in the added objects / rows in the knowledgebase data file and convert them to a book -> chapter format. Using react-lowlight I added syntax highlighting to the library page and look forward to improving the code examples.
**08 / 01 / 2017**
This is where it all begins. I will outline what I am using below that I think might be relevant.- I think I want to copy the layout of the home page to all pages as a uniform header and want to make a more reusable component for that.
- Styled Components
- Prettier