Skip to content

A 1-week group project, a mock webshop selling electronics. Using React, Redux, Redux Thunk and superagent.

Notifications You must be signed in to change notification settings

winnekes/codaisseur-flipkart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codaisseur-FlipKart - an online webshop

Table of contents

Preface

This project is purely a frontend application, that demonstrates a webshop experience for electronic products. The users can search products by category or by name, add to shopping cart or wishlist. The application displays the total value for the items in the shopping cart. For logged in users a promotion code is provided, which when applied to the total value offers a 10% discount on the total price.

Here's a little demo...

gif

How to start

  1. Clone the git repository into a new directory on your computer: git clone git@github.com:LavanyaJay/Flipkart.git
  2. Run npm install on your terminal to install all the dependendencies
  3. Run npm start to get a preview of the front-end

Technologies used for this project

  1. React with create-react-app
  2. redux and react-redux to set up a redux store and dispatch actions
  3. react-router and react-router-dom to use routes in react and have dom elements that work with them
  4. superagent to fetch data from the database
  5. redux-thunk to dispatch actions for the redux store

Contributors

About

A 1-week group project, a mock webshop selling electronics. Using React, Redux, Redux Thunk and superagent.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published