Annmary12 / Like-Machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netlify Status

Like Machine

Hosted Link

like-machine

Features

  • Users can login with facebook
  • Users can create a link
  • Users can like a link
  • Users can unlike a link
  • Users can delete a link
  • Users can view the list of links

Technology Stack Used

  • React a javascript library for building user interfaces
  • React Hooks
  • ReactStrap: css framework

Project Structure

├── src/
    ├── assets
    |   └── font
    ├── components
    │   └── Auth
    |   └── Card
    |   └── Form
    |   └── Modal
    |   └── Navbar
    ├── Pages
    |   └── Home
    ├── App.js
    ├── App.test.js
    ├── index.js
    ├── route.js

Setup

  • Clone the repo
> $ git clone https://github.com/Annmary12/Like-Machine.git
  • Install dependencies by running
> $ npm install

Running the app

To get the app up and running (and really see if it worked), run:

> $ npm start

About


Languages

Language:JavaScript 81.7%Language:HTML 10.9%Language:CSS 7.3%