Skip to content

qonvert404/Shakhnevich-Law-Firm-React-JS

Repository files navigation

Shakhnevich Law Firm React JS

Shaknevich Law Firm is a modern Javascript Site based on React Components and Bootstrap 4 Framework

Table of contents

General Info

This site was created for Law, Lawyers or any kind of Law related business or company. It contains custom made pages for Law Firm niche, like practices, attorneys, contacts and etc. Designed on grid system, the site will look sharp on all screens.

Features

  • Bootstrap 4.3+
  • Form to Email Services
  • Redux
  • React Router 4
  • ES6+
  • React Router Dom 5.0.0
  • Webpack
  • Babel
  • Google Fonts
  • Google Maps
  • Sass(.scss)
  • Heroku

Screenshots

Home Page Content
Arease of Practice Map

Getting Started

Prerequisites

Installing

  1. Clone this repo, $ git clone git://github.com/KonstantinSavinov/Shakhnevich-Law-Firm-React-JS.git
  2. Go to project's root directory, $ cd Shakhnevich-Law-Firm-React-JS
  3. Run $ npm install to install dependencies
  4. Run $ npm start to start the test application (running on port 8080)

*Optional

  1. Setup your first FormCarry to send forms to email services
  • Copy the form endpoint from your FormCarry account and paste it to index.js file that can be found by the path: src/components/Form/
_axios.default.post("https://formcarry.com/s/XXXXXX"),
  1. To use the Maps Embed API you must have an API key
  • Copy the API key from your Google Cloud Platform Console account and paste it to index.js file that can be found by the path: src/components/GoogleMaps/
googleMapURL: "https://maps.googleapis.com/maps/api/js?key=--YOUR-KEY-GOES-HERE--&libraries=geometry,drawing,places",

Site Link

The site is running on Heroku server. Heroku is a platform that enables developers to build, run, and operate applications entirely in the cloud.

Credits

License

See the LICENSE file for license rights and limitations (MIT).

About

This repository contains the source code for a site built with React JS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published