Skip to content

Latest commit

 

History

History
75 lines (58 loc) · 1.54 KB

README.md

File metadata and controls

75 lines (58 loc) · 1.54 KB

Swipe-and-Swap

Swipe&Swap will allow people to trade their items. We wanted to give a boost to circular econonomies focusing on a responsible consumption and the exchange of stuff you do not need. You can access the page from this link:

https://cryptic-island-55895.herokuapp.com/

Check the cards here:

https://cryptic-island-55895.herokuapp.com/Cards

Installation

Once downloaded, get in the root folder of the App and install all dependencies using npm install

Then run npm start

No we are starting the client cd /cliente

run yarn install yarn start Prepare the data by running the following commands

cd data/ mongoimport -d swipe -c objects --jsonArray --file swipe.json

Technologies used

For the development of the page, the technologies used were:

  • HTML
  • JS
  • CSS
  • Nodejs
  • express
  • mongoDB
  • React
  • Reactstrap
  • mongoose
  • Heroku

Screenshot

Here is a screenshot of the page

Smiley face

Authors

The web page was created by Zulma Castañeda and Juan Camilo Useche. You can find our presentaion pages here:

https://zlcastaneda10.github.io/

https://juancamilousecherodriguez.github.io/

Acknowledgment

This project was possible thanks to William Ravelo and his amazing cards library https://github.com/ravelinx22/react-swipeable-cards

License

License: MIT

This repository has the standard MIT license. You can find it in the code