enriqueMontano / phone-catalogue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phone-catalogue

Application where you can consult a phone catalog and its features.

How to install

  1. Clone the project on your computer:
$ git clone https://github.com/enriqueMontano/phone-catalogue.git
  1. Install necessary libraries:
$ cd phone-calalogue
$ cd server
$ npm i
$ cd ..
$ cd client
$ npm i

How to run the application

On the project root directory

$ cd server
$ npm start
$ cd ..
$ cd client
$ npm start

Technologies

Project is created with:

REST API

  • Node.js: v12.14.1
  • Express.js: v4.17.1

CLIENT

  • React: v16.13.1
  • Redux: v4.0.5
  • Styled-components: v5.2.0

About


Languages

Language:JavaScript 87.5%Language:HTML 11.5%Language:CSS 1.0%