Skip to content

Latest commit

 

History

History
75 lines (45 loc) · 2.3 KB

README.md

File metadata and controls

75 lines (45 loc) · 2.3 KB

craft-track

http://craft-track.netlify.com/

Travis Build Status

Craft Track logo

A web app built for social enterprise Juta Shoes.

--- Preview craft-stack ---

Problem statement

Crafters need a way to keep track of what they make, so that they can confidently report their work to relevant partners.

Our Solution

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.

The aims of the solution:

  • To allow crafters to focus on their work without worrying about potential inconsistencies in work-logging.

User Journeys

  • As a Juta Shoes Maker, I can log a new craft and view my previously logged crafts

The app

Landing page Craft logging page
First page of the app Logging page of the app
Crafts view page
View page of the app

Tech stack

Front end Testing Other
React.js Jest Babel
JSX Travis CI Parcel
styled-components nyc/istanbul
CSS3 (Tachyons)
HTML5
Javascript (ES6)

Software Architecture

--- software architecutre ---


Running the project locally:

  1. git clone https://github.com/fac-13/craft-track.git
  2. Run npm i to install the required modules.
  3. Run npm run start to build and start the web app.
  4. You should now be able to view the site by going to http://localhost:1234
  5. You can also run tests (using npm test)

Workshop with Juta Shoes

--- workshop explanation and images ---

Useful resources