Skip to content

v-h-z/Slack-copycat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Background & Objectives

Build a copycat of Slack using the techniques you have learned in this morning's lecture, and previous lectures.

For this challenge you can use both your own css and Bootstrap, as in the head we have both:

 <!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css">

<link rel="stylesheet" href="css/style.css">

For this challenge the components you need are:

  • sidebars.css
  • badges.css
  • channels.css
  • messages.css (for the individual .message design )
  • chat.css (the white section where the .message will be placed + the input to write a message.)

And you will have one layout:

  • slack.css (for the general layout structure of the page).

⚠️ You are designing a static Slack page, no need to be able to switch conversation on the sidebar or actually post a message!

Tips & Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published