https://github.com/denisecaze/e-commerce
Laboratoria Bootcamp - Sprint 5 (final project) - a Single Page Application using React
https://github.com/denisecaze/e-commerce
css3 html5 javascript localstorage mercadolibre-api reactjs
Last synced: 2 months ago
JSON representation
Laboratoria Bootcamp - Sprint 5 (final project) - a Single Page Application using React
- Host: GitHub
- URL: https://github.com/denisecaze/e-commerce
- Owner: denisecaze
- Created: 2018-09-27T20:12:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-03T20:36:53.000Z (over 6 years ago)
- Last Synced: 2025-01-06T14:29:00.292Z (4 months ago)
- Topics: css3, html5, javascript, localstorage, mercadolibre-api, reactjs
- Language: JavaScript
- Homepage: https://climboxcommerce.firebaseapp.com/#/
- Size: 13.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Climbox
An e-commerce for climbing equipments.## Motivation
It was the final project of the fifth sprint of Laboratoria bootcamp. The requirement was to create a SPA (Single Page Application), with free theme, consuming at least one API.Observing how much tech companies are using React, I set myself the challenge of learning and applying it in this project.
## Appearance
## Technology Stack
+ HTML5
+ CSS3
+ JavaScript
+ React
+ Local Storage
+ [Mercado Livre API](https://developers.mercadolivre.com.br/)## Oficial Roadmap
#### versão 3.0.0 (scheduled for January 2019)
+ Allow the completion of the purchase through PayPal API.#### version 2.0.0 (scheduled for November 2018)
+ Enable the search field on all pages;
+ Allow items to be excluded from the cart;
+ Code refactoring.#### version 1.0.0 (released)
+ The home page has a fictional carousel with the main offers of the week, the products page, with cards of each item and the possibility to see details and buy it. In addition there is a search field and the cart where you can add items and see the total of the purchase.