http://craft-track.netlify.com/
A web app built for social enterprise Juta Shoes.
--- Preview craft-stack ---
Crafters need a way to keep track of what they make, so that they can confidently report their work to relevant partners.
A web app for crafters where they can log and reliably store their work in once place, and view all previously logged work at a glance.
- To allow crafters to focus on their work without worrying about potential inconsistencies in work-logging.
- As a Juta Shoes Maker, I can log a new craft and view my previously logged crafts
Landing page | Craft logging page |
---|---|
Crafts view page | |
Front end | Testing | Other |
---|---|---|
React.js | Jest | Babel |
JSX | Travis CI | Parcel |
styled-components | nyc/istanbul | |
CSS3 (Tachyons) | ||
HTML5 | ||
Javascript (ES6) |
--- software architecutre ---
git clone https://github.com/fac-13/craft-track.git
- Run
npm i
to install the required modules. - Run
npm run start
to build and start the web app. - You should now be able to view the site by going to
http://localhost:1234
- You can also run tests (using
npm test
)
--- workshop explanation and images ---