Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laurabeatris/amazon-next
A simple mock and re-concept of Amazon - built with Next.js, Firebase, and Framer Motion
https://github.com/laurabeatris/amazon-next
css framer-motion frontend javascript nextjs react tailwind
Last synced: 3 months ago
JSON representation
A simple mock and re-concept of Amazon - built with Next.js, Firebase, and Framer Motion
- Host: GitHub
- URL: https://github.com/laurabeatris/amazon-next
- Owner: LauraBeatris
- License: mit
- Created: 2020-01-26T13:42:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T22:38:14.000Z (about 2 years ago)
- Last Synced: 2024-10-10T10:42:26.796Z (3 months ago)
- Topics: css, framer-motion, frontend, javascript, nextjs, react, tailwind
- Language: JavaScript
- Homepage: https://amazon-next.now.sh/
- Size: 4.89 MB
- Stars: 126
- Watchers: 3
- Forks: 15
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Amazon Next
> Mock and re-concept of Amazon
[![Author](https://img.shields.io/badge/author-LauraBeatris-e0a639?style=flat-square)](https://github.com/LauraBeatris)
[![Languages](https://img.shields.io/github/languages/count/LauraBeatris/amazon-next?color=%23e0a639&style=flat-square)](#)
[![Stars](https://img.shields.io/github/stars/LauraBeatris/amazon-next?color=e0a639&style=flat-square)](https://github.com/LauraBeatris/amazon-next/stargazers)
[![Forks](https://img.shields.io/github/forks/LauraBeatris/amazon-next?color=%23e0a639&style=flat-square)](https://github.com/LauraBeatris/amazon-next/network/members)
[![Contributors](https://img.shields.io/github/contributors/LauraBeatris/amazon-next?color=e0a639&style=flat-square)](https://github.com/LauraBeatris/amazon-next/graphs/contributors)
---
# :pushpin: Table of Contents
* [Features](#rocket-features)
* [Installation](#construction_worker-installation)
* [Getting Started](#runner-getting-started)
* [FAQ](#postbox-faq)
* [Found a bug? Missing a specific feature?](#bug-issues)
* [Contributing](#tada-contributing)
* [License](#closed_book-license)# :rocket: 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# :construction_worker: Installation
**You need to install [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) 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```
# :runner: Getting Started
Run the following command in order to start the application in a development environment:
```yarn dev```
# :postbox: Faq
**Question:** What are the technologies used in this project?
**Answer:** The tecnologies used in this project are [NextJS](https://nextjs.org/), [Firebase Database](https://firebase.google.com/docs/database?hl=pt-br) to retrieve products data and [Framer Motion](https://www.framer.com/api/motion/) for page transitions.
## :hammer: Deploy
[Zeit](https://zeit.co/) 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](https://zeit.co/download) in order to map environment variables,
```
now secrets add
```Use them as the values of the env variables that you want to map inside of the build configuration.
# :bug: Issues
Feel free to **file a new issue** with a respective title and description on the the [Amazon Next](https://github.com/LauraBeatris/amazon-next/issues) 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](https://github.com/LauraBeatris/amazon-next/blob/master/CONTRIBUTING.md) to find out about the coding standards.
# :tada: Contributing
Check out the [contributing](https://github.com/LauraBeatris/amazon-next/blob/master/CONTRIBUTING.md) page to see the best places to file issues, start discussions and begin contributing.
# :closed_book: License
Released in 2020.
This project is under the [MIT license](https://github.com/LauraBeatris/amazon-next/master/LICENSE).Made with love by [Laura Beatris](https://github.com/LauraBeatris) ππ