Responsive corona cases tracker webapp built with ReactJs

Responsive corona cases tracker webapp built with ReactJs.

Demo

demo

Features

  1. Inventory of films.
  2. Calculate the price for rentals.
  3. Keep track of the customers “bonus” points.
  4. Changing film type.
  5. List all films.
  6. List all available films (e.g. not rented at the moment).
  7. The price of rentals is based on the type of film rented and how many days the film is rented for.
  8. Customers get bonus points when renting films. A new release gives 2 points and other films give one point per rental (regardless of the time rented).
  9. The system keeps track of how many bonus points the customer has and the customers can use their accumulated bonus points to pay for “new release” rentals.

Installation

You’ll need Git and Node.js & npm installed on your computer.

Usage

Frontend

From your command line:

# Clone this repository
$ git clone https://github.com/neeleshio/Video-Rental-Store.git

# Go into the repository
$ cd Video-Rental-Store

# Go into the folder
$ cd FRONTEND

# Install dependencies
$ npm install

# Run the server
$ npm start

Backend

From your command line:

# Clone this repository
$ git clone https://github.com/neeleshio/Video-Rental-Store.git

# Go into the repository
$ cd Video-Rental-Store

# Go into the folder
$ cd BACKEND

# Install dependencies
$ npm install

# Run the server
$ node index.js

Become a Contributor :

  1. Clone the repo and create a new branch: $ git checkout https://github.com/neeleshio/Video-Rental-Store.git

  2. Make changes and test.

  3. Submit Pull Request with decent description of changes.

Download Details:

Author: neeleshio

Demo: https://rental-video-store.herokuapp.com/

Source Code: https://github.com/neeleshio/Video-Rental-Store

#reactjs #react #javascript

Responsive corona cases tracker webapp built with ReactJs
2.90 GEEK