Key Features • How To Use • Technical Skills Gained • License
- View posted products
- Add an item to cart
- Check out item
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.
MIT
- Array Manipulation
- State management
- Conditional rendering