Yachts Don't Stop is an e-commerce web application that aims to sell yachts.
Visit Yachts Don't Stop to try us out!
Step by step guide for downloading repo:
cd <directory you want to download to>
git clone https://github.com/destinys-append-child/grace-shopper.git
In the terminal:
npm install
npm start
Go to http://localhost:8080 to use Yachts Don't Stop!
Github: https://github.com/megan-donnelly
LinkedIn: https://www.linkedin.com/in/megan-donnelly1/
Github: https://github.com/tayjenk
LinkedIn: https://www.linkedin.com/in/taylamonet/
Github: https://github.com/mc2green
LinkedIn: https://www.linkedin.com/in/matthew-chen-2mc2/
Github: https://github.com/Vguerrero42
LinkedIn: https://www.linkedin.com/in/victor-guerrero42/
Technologies used in this project:
-
React is a JavaScript library for building user interfaces.
-
React will efficiently update and render only the components that need to be rerendered.
-
React is component-based and allows for each component to manage their own state.
-
Redux is an open-source JavaScript library for state management.
-
Redux works together with React Native and Node to build complex user interfaces and retrieve data from the database, while easily managing state.
- Node is a JavaScript runtime environment built on Chrome's V8 JavaScript engine
- Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
- PostgreSQL is an open source object-relational database system that uses and extends the SQL language
- Nodemailer is a module for Node.js applications to send emails

