Skip to content

erika-dike/wallie

Repository files navigation

Wallie

A message board for all humans.

This is a message/post board built with react. Users can share texts, images and embedded links and all other users on the site (both authenticated or unauthenticated) would be able to view them. Nothing is private here!

To run this project locally, you will need to also download the API portion, also hosted on github.

Screenshot

Technologies

Pre-requisites

  • Node
  • npm

Installation

  1. Clone the repo:
$ git clone https://github.com/andela-cdike/wallie.git
  1. Navigate to root folder
$ cd wallie
  1. Install dependencies
$ npm install
    or
$ yarn
  1. Run the server
$ npm start -s
$ yarn start -s

Tests

Run tests with

$ npm run test
    or
$ yarn test

Meta

Erika Dike – @rikkydyke[email protected]

License

Distributed under the MIT license. See LICENSE for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published