Social Media Clone

By Jo Miller & Dani Renner

This project was created solely for the education of the author(s) and is not in a complete or portfolio-ready state. It should not be considered representative of professional work.

Epicodus - React - Week 2

Date created: 04/19/2021


Technologies Used

  • React 3.2.0
  • JavaScript
  • Bootstrap
  • MDBReact
  • Webpack 4.41.0
  • git 2.30.0

Description

A mock up of a social media site using only React components. This site is not actually interactive and was to practice formatting a layout with React.

Component Diagram


Setup/Installation

  • You will need to use your system's terminal emulator to setup and locally use this application.
  • This project uses npm as a package manager, you can download it here.
  • To clone this directory, navigate in your terminal to the desired location of the project and run command git clone https://github.com/joanna-miller/social-media.git
  • Navigate to top level of the directory with command cd social-media
  • To install dependencies into the project run command npm install
  • To launch this project in a browser, run command npm run start
  • To exit live server, press Ctrl+C in your terminal

Editing Instructions

  • To use Visual Studio Code to edit this project, follow install instructions here.
  • To enable command code, open VS Code, click on View > Command Palette, type in "shell command", and click on "Shell Command: Install 'code' command in PATH"
  • Now, from your terminal, in the project's top level directory, you can run command code . to open project in VS Code.

License

MIT


Contact Information