Clonebook app is a web project. Its goal is to imitate some of facebook features like creating posts, adding friends etc. Its design should look similar to facebook.
- Clone the repo
- Open a terminal in the cloned repo directory and type
yarn
to download all needed deps - Run
yarn dev
- Open
localhost:3000
in your browser Hint: You need to clone also backend repo and run it to get full content.
You can check out the full license here
This project is licensed under the terms of the MIT license.