Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cliftondavies/house-of-crown
An ecommerce app built with React, Redux and Firebase.
https://github.com/cliftondavies/house-of-crown
css fetch-api firebase heroku html javascript lodash node-sass react react-dom react-redux react-router-dom redux redux-logger redux-persist redux-thunk reselect scss yarn
Last synced: 15 days ago
JSON representation
An ecommerce app built with React, Redux and Firebase.
- Host: GitHub
- URL: https://github.com/cliftondavies/house-of-crown
- Owner: cliftondavies
- Created: 2021-10-25T20:59:44.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T15:08:15.000Z (almost 3 years ago)
- Last Synced: 2024-10-10T15:23:47.669Z (about 1 month ago)
- Topics: css, fetch-api, firebase, heroku, html, javascript, lodash, node-sass, react, react-dom, react-redux, react-router-dom, redux, redux-logger, redux-persist, redux-thunk, reselect, scss, yarn
- Language: JavaScript
- Homepage: https://house-of-crown.herokuapp.com/
- Size: 271 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# House of Crown
> An ecommerce app.
## :tv: Media
[Live Demo Link](https://house-of-crown.herokuapp.com/)
## :toolbox: Tools & Technologies Used
### Built with
- HTML
- CSS
- SCSS
- JavaScript
- React
- Redux
- Firebase## :rocket: Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
Install [npm](https://www.npmjs.com/get-npm) or [Yarn](https://yarnpkg.com/cli/install)
Install [Node.js](https://nodejs.org/en/download/)
### Set up
Clone repo into your local environment:
Clone with SSH
```git
git clone [email protected]:cliftondavies/house-of-crown.git
```Clone with HTTPS
```git
git clone https://github.com/cliftondavies/house-of-crown.git
```Open project directory
```bash
cd [your-directory-name]
```Install packages:
```javascript
npm install
```### Local Usage
#### In console
```javascript
npm start
```#### In Browser
Visit `http://localhost:3000/`.
## Author
👤 **Clifton Davies**
- Github: [@githubhandle](https://github.com/cliftondavies)
- Twitter: [@twitterhandle](https://twitter.com/cliftonaedavies)
- Linkedin: [linkedin](https://www.linkedin.com/in/clifton-davies-mbcs/)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgements
- [create-react-app](https://github.com/facebook/create-react-app)
- [Heroku buildpack for create-react-app](https://github.com/mars/create-react-app-buildpack)## 📝 Copyright & License
Copyright (c) 2021 Clifton Davies. This project is licensed under [MIT](https://opensource.org/licenses/MIT). See LICENSE file for details.