Skip to content

Commit

Permalink
remove ref to timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
beccaelenzil committed May 10, 2022
1 parent 3998f17 commit abf756e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In this project you will use core React concepts to build a chat messenger-style
- Demonstrating understanding of the front-end layer, and the relationship between user interaction and the UI

## Project Outline
This project comes with a minimal scaffold based on the baseline React application generated by `create-react-app`. We provide the JSON file with static chat message data and the CSS styles, and you will need to implement all of the components except for the provided `Timestamp` component, which is the same one from the React Timeline project.
This project comes with a minimal scaffold based on the baseline React application generated by `create-react-app`. We provide the JSON file with static chat message data and the CSS styles, and you will need to implement all of the components except for the provided `Timestamp` component.

![React Chat Log demo](./images/react-chatlog-demo.gif)

Expand All @@ -28,5 +28,3 @@ This project comes with a minimal scaffold based on the baseline React applicati





0 comments on commit abf756e

Please sign in to comment.