missating / around-home

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Around Home

Technology Stack:


  1. React
  2. React Testing Library
  3. Styled System
  4. Styled Components

Getting Started:


  1. Clone repository by running git clone https://github.com/missating/around-home.git
  2. cd into the root of the project directory
  3. Install json-server globally by running npm install -g json-server
  4. cd into the server folder
  5. Run json-server --watch db.json on the terminal to start the server
  6. then, in a different terminal cd into the client folder
  7. Run npm install to install all dependencies and npm start to start the application

Testing:


Unit testing is achieved through the use of jest framework with React Testing Library.

while within the client folder.

  1. Unit tests - Run npm test on the terminal

About


Languages

Language:JavaScript 92.1%Language:HTML 7.9%