Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.54 KB

README.md

File metadata and controls

58 lines (40 loc) · 1.54 KB

Kikwetu Store

A simple e-commerce store.

Key FeaturesHow To UseTechnical Skills GainedLicense

sign up page checkout page

Key Features

  • View posted products
  • Add an item to cart
  • Check out item

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) Python and Flask installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/stephmukami/kikwetu_store.git

# Go into the repository
$ cd kikwetu_store

# Install dependencies
$ npm install

# Run the app
$ npm run dev

Note If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

License

MIT


Technical Skills Gained

  • Array Manipulation
  • State management
  • Conditional rendering