Code Monkey home page Code Monkey logo

athi223 / bizrank Goto Github PK

View Code? Open in Web Editor NEW

This project forked from varisha-025/bizrank

0.0 0.0 0.0 1.07 MB

A web application for rating the small businesses thriving across the internet operated by their owners from the comfort of their home. It allows users to rate multiple brands and provide suggestions, mark their favourite brands, share them with their friends and family, search brands having sale and set a reminder for the upcoming sale on brands.

JavaScript 95.86% CSS 2.65% HTML 1.49%

bizrank's Introduction

BizRank

A web application for rating the small businesses thriving across the internet. It also allows users to mark their favourite businesses, share them with their friends and family, enjoy the ongoing sale and set a reminder of the upcoming sale on their favourite brands.

Tech stack

  • Frontend: Single Page Application using React
  • Server: Node.js for the server.

Want to contribute?

Standard Commit Messages

This project is using the conventional commits standard. Please follow these steps to ensure your commit messages are standardized:

  • Commit messages should have this format: <type>[optional scope]: <description>
  • Type should be fix(if fixed some bug), feat(if added new feature), docs(changes in documentation) or test(added new tests)
  • Scope should be frontend or backend or global if your changes affects both.
  • Description should be concise.
  • Example: docs(global): CONTRIBUTING.md added

Note: All the commits should be made from the root directory of the repository

Before making PR

  • Run npm run lint for checking lint errors.
  • Run git fetch upstream & git rebase upstream/master to fetch updated codebase into your local repository before creating any new branch.
  • Run git checkout -b <your-branch-name>

Local Setup

  • Fork and clone the repository.
  • Add remote upstream git remote add upstream https://github.com/varisha-025/BizRank.git

Backend setup

  • Run cd server
  • Run npm install to install all dependencies.
  • Run node index.js to start server.

Frontend setup

  • Run cd client
  • Run npm install to install all dependencies.
  • Run npm start to start the server and visit site.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.