All Projects โ†’ LauraBeatris โ†’ Amazon Next

LauraBeatris / Amazon Next

Licence: mit
A simple mock and re-concept of Amazon - built with Next.js, Firebase, and Framer Motion

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Amazon Next

Pwa Boilerplate
โœจ PWA Boilerplate is highly scalable and is designed to help you kick-start your next project ๐Ÿ”ญ.
Stars: โœญ 82 (-26.79%)
Mutual labels:  nextjs, frontend
Next Starter Peacock
๐Ÿฆš Beautiful Nextjs starter for software engineers and designers to show work they're so proud of
Stars: โœญ 53 (-52.68%)
Mutual labels:  nextjs, frontend
Vue Relay
๐Ÿ–– ๐Ÿ”› ๐Ÿ—‚ A framework for building GraphQL-driven Vue.js applications.
Stars: โœญ 105 (-6.25%)
Mutual labels:  frontend
React Multi Select
A Multi Select component built with and for React
Stars: โœญ 111 (-0.89%)
Mutual labels:  frontend
Pepper
๐ŸŒถ๏ธ Create reactive frontends without ever writing frontend code.
Stars: โœญ 109 (-2.68%)
Mutual labels:  frontend
Mithril Isomorphic Example
Example of an isomorphic mithril application
Stars: โœญ 107 (-4.46%)
Mutual labels:  frontend
Wagtail Pipit
Pipit is a Wagtail CMS boilerplate which aims to provide an easy and modern developer workflow with a React-rendered frontend.
Stars: โœญ 109 (-2.68%)
Mutual labels:  nextjs
Cyclow
A reactive frontend framework for JavaScript
Stars: โœญ 105 (-6.25%)
Mutual labels:  frontend
Webhub
๐Ÿ“ฆๅ‰็ซฏ่ต„ๆบ/ๅญฆไน /้—ฎ้ข˜ๆ•ด็†ไธญๅฟƒ๏ผŒ่ฏท็œ‹issue
Stars: โœญ 112 (+0%)
Mutual labels:  frontend
Griddd
A dead simple, customisable, flexbox-based griddd
Stars: โœญ 108 (-3.57%)
Mutual labels:  frontend
React Textgradient
Text gradients with CSS with SVG fallback. [unmaintained]
Stars: โœญ 110 (-1.79%)
Mutual labels:  frontend
Biliob Frontend
The frontend part of biliob.
Stars: โœญ 108 (-3.57%)
Mutual labels:  frontend
Ionic Framework
A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
Stars: โœญ 45,802 (+40794.64%)
Mutual labels:  frontend
Job Model
่š‚่š้‡‘ๆœ - ๅ›ฝ้™…ไบ‹ไธš็พค - ๅ‰็ซฏ ๆ‹›่˜
Stars: โœญ 110 (-1.79%)
Mutual labels:  frontend
Suzaku
Suzaku web UI framework for Scala
Stars: โœญ 107 (-4.46%)
Mutual labels:  frontend
Next Cms Ghost
Publish flaring fast blogs with Next.js and Ghost CMS
Stars: โœญ 107 (-4.46%)
Mutual labels:  nextjs
Spaceboard
Pinterest for markdown notes. Made with React, TypeScript, and Next.js.
Stars: โœญ 106 (-5.36%)
Mutual labels:  nextjs
Flowy Vue
Vue Flowy makes creating flowchart or hierarchy chart functionality an easy task. Build automation software, mind mapping tools, organisation charts, or simple programming platforms in minutes by implementing the library into your project.
Stars: โœญ 107 (-4.46%)
Mutual labels:  frontend
Mort
Dead CSS detection
Stars: โœญ 109 (-2.68%)
Mutual labels:  frontend
Nextjs Headless Wordpress
๐Ÿ”ฅ Nextjs Headless WordPress
Stars: โœญ 110 (-1.79%)
Mutual labels:  nextjs

Amazon Next

Mock and re-concept of Amazon

Author Languages Stars Forks Contributors


Product List

Product List


๐Ÿ“Œ Table of Contents

๐Ÿš€ Features

  • ๐Ÿ›’ Add products to your cart.
  • ๐Ÿ’  Add likes to your favorite products.
  • ๐ŸŽจ Amazing transitions with Framer Motion
  • ๐Ÿ’ฐ  A re-concept of the cart interface from Amazon

๐Ÿ‘ท Installation

You need to install Node.js and Yarn first, then in order to clone the project via HTTPS, run this command:

git clone https://github.com/LauraBeatris/amazon-next.git

SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:

git clone [email protected]:LauraBeatris/amazon-next.git

Install dependencies

yarn install

๐Ÿƒ Getting Started

Run the following command in order to start the application in a development environment:

yarn dev

๐Ÿ“ฎ Faq

Question: What are the technologies used in this project?

Answer: The tecnologies used in this project are NextJS, Firebase Database to retrieve products data and Framer Motion for page transitions.

๐Ÿ”จ Deploy

Zeit provides a easy way to deploy NextJS applications. You may create a now.json file with the build configuration.

{
    "build": {
        "env": {
            "SITE_URL": "@site_url",
            "FIREBASE_API_KEY": "@firebase_api_key",
            "FIREBASE_APP_KEY": "@firebase_app_id",
            "FIREBASE_MEASUREMENT_ID": "@firebase_measurement_id",
            "FIREBASE_MESSAGE_SENDER_ID": "@firebase_message_sender_id"
        }
    }
}

You're able to create secrets with the commands provided by the Now CLI in order to map environment variables,

now secrets add <secret-name> <secret-value>

Use them as the values of the env variables that you want to map inside of the build configuration.

๐Ÿ› Issues

Feel free to file a new issue with a respective title and description on the the Amazon Next repository. If you already found a solution to your problem, I would love to review your pull request! Have a look at our contribution guidelines to find out about the coding standards.

๐ŸŽ‰ Contributing

Check out the contributing page to see the best places to file issues, start discussions and begin contributing.

๐Ÿ“• License

Released in 2020. This project is under the MIT license.

Made with love by Laura Beatris ๐Ÿ’œ๐Ÿš€

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].