/sonos-webpage

Webpage created from the design of https://www.behance.net/pascal-l

Primary LanguageJavaScript

SONOS Web Page

licence-badge-mit licence-badge-node licence-badge-npm

Table of Contents

Overview

Images

About

This project is a UI/UX redesign of the product page SONOS.

In the web site you can check the informations of the products, like price and description, you can also check a vídeo (Retired from the official site of SONOS) and change between the colors available.

Technologies

  • NextJS | React framework to create static pages
  • Redux | Manage the React states
  • StyledComponents | CSS-IN-JS framework to style the page
  • ESLint | Find problems and force a style of code
  • Prettier | Code formatting

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/mathmorais/sonos-webpage

# Enter on the root folder
$ cd client

# Install dependencies
$ npm install

# Create a production build from the project
$ npm run build

# Start the production build
$ npm run start

Contact

Licence

MIT License

Copyright (c) 2021 Matheus Morais

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

- Design Pascal Looff