Skip to content

Atakan Temizkan #175

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 70 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
a455fb1
initial commit
AtikoSpeed May 20, 2024
3e4c385
added icons
AtikoSpeed May 20, 2024
44ecdce
afternoon session
AtikoSpeed May 20, 2024
d63ad71
finished the text box for writing a post
AtikoSpeed May 20, 2024
8b8bc8c
finished main section
AtikoSpeed May 20, 2024
f9144de
finished challenge and extensions
AtikoSpeed May 20, 2024
3cf929f
tiny adjustment for it to look cooler
AtikoSpeed May 21, 2024
ba12e50
tried to remove svgs file
AtikoSpeed May 21, 2024
be7758d
test 1
AtikoSpeed Nov 26, 2024
367777e
test 2
AtikoSpeed Nov 25, 2024
8f75cbc
test 3
AtikoSpeed Nov 24, 2024
597c656
test 4
AtikoSpeed Nov 23, 2024
eb10aa3
test 5
AtikoSpeed Nov 22, 2024
3bf17f9
test 6
AtikoSpeed Nov 21, 2024
e79244f
test 7
AtikoSpeed Nov 20, 2024
5ec3e88
test 8
AtikoSpeed Nov 19, 2024
a350a80
test 9
AtikoSpeed Nov 18, 2024
8a20616
test 10
AtikoSpeed Nov 17, 2024
401540e
test 11
AtikoSpeed Nov 16, 2024
475552c
test 12
AtikoSpeed Nov 15, 2024
a5467c7
test 13
AtikoSpeed Nov 14, 2024
ffbdcd5
test 14
AtikoSpeed Nov 13, 2024
c83253a
test 15
AtikoSpeed Nov 12, 2024
ebe5d35
test 16
AtikoSpeed Nov 11, 2024
c3d52f9
test 17
AtikoSpeed Nov 10, 2024
0573bfa
test 18
AtikoSpeed Nov 9, 2024
985d671
test 19
AtikoSpeed Nov 8, 2024
22c37db
test 20
AtikoSpeed Nov 7, 2024
c26d4f5
test 21
AtikoSpeed Nov 6, 2024
90fbb3f
test 22
AtikoSpeed Nov 5, 2024
efa41fe
test 23
AtikoSpeed Nov 4, 2024
9cbe526
test 24
AtikoSpeed Nov 3, 2024
8365527
test 25
AtikoSpeed Nov 2, 2024
0f5daf1
test 26
AtikoSpeed Nov 1, 2024
df49458
test 27
AtikoSpeed Oct 31, 2024
be7f96f
test 28
AtikoSpeed Oct 30, 2024
60ee281
test 29
AtikoSpeed Oct 29, 2024
4d9efaf
test 30
AtikoSpeed Oct 28, 2024
cfd6ffc
test 31
AtikoSpeed Oct 27, 2024
800c1f7
test 32
AtikoSpeed Oct 26, 2024
ab5f2a1
test 33
AtikoSpeed Oct 25, 2024
789c559
test 34
AtikoSpeed Oct 24, 2024
816fdbe
test 35
AtikoSpeed Oct 23, 2024
d2b7c55
test 36
AtikoSpeed Oct 22, 2024
a5becd5
test 37
AtikoSpeed Oct 21, 2024
9f97809
test 38
AtikoSpeed Oct 20, 2024
cab39e5
test 39
AtikoSpeed Oct 19, 2024
2ef6d40
test 40
AtikoSpeed Oct 18, 2024
338e6f3
test 41
AtikoSpeed Oct 17, 2024
5433c3a
test 42
AtikoSpeed Oct 16, 2024
1d9b8a8
test 43
AtikoSpeed Oct 15, 2024
9886d54
test 44
AtikoSpeed Oct 14, 2024
4d72c9e
test 45
AtikoSpeed Oct 13, 2024
341b092
test 46
AtikoSpeed Oct 12, 2024
eeb148e
test 47
AtikoSpeed Oct 11, 2024
0be4bb9
test 48
AtikoSpeed Oct 10, 2024
cea8acf
test 49
AtikoSpeed Oct 9, 2024
bf9017c
test 50
AtikoSpeed Oct 8, 2024
3831b42
test 51
AtikoSpeed Oct 7, 2024
0d6c57a
test 52
AtikoSpeed Oct 6, 2024
dd3f7f4
test 53
AtikoSpeed Oct 5, 2024
8687699
test 54
AtikoSpeed Oct 4, 2024
fb7f124
test 55
AtikoSpeed Oct 3, 2024
6f1de8e
test 56
AtikoSpeed Oct 2, 2024
f859c9f
test 57
AtikoSpeed Oct 1, 2024
b7fbcdf
test 58
AtikoSpeed Sep 30, 2024
f0d8377
test 59
AtikoSpeed Sep 29, 2024
659720f
test 60
AtikoSpeed Sep 28, 2024
ede9971
removed test files
AtikoSpeed Nov 27, 2024
71b54d1
modified: README.md
AtikoSpeed Nov 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 20 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,29 @@
# Twitter Clone
# Twitter Clone Project

For this exercise, we will be building a clone of Twitter:
A simple Twitter clone created as a front-end development exercise. The project demonstrates responsive web design and modern CSS techniques.

![twitter](images/twitter.png)
## Features

This will put into practice everything we have learned so far about HTML & CSS. The below image shows level of detail you should replicate from Twitter:
- Responsive layout adapting to different screen sizes
- Interactive hover and click effects
- User interface for composing posts
- Like, retweet and share buttons
- Custom SVG logo
- Semantic HTML structure
- CSS Grid layout system

![twitter clone](images/example.png)
## Technologies

## Setup
1. Fork this repository to your account.
2. Clone the forked repository to your local machine
3. Open a Pull Request back to the upstream repo
- HTML5
- CSS3
- Font Awesome Icons
- Google Fonts
- SVG Graphics

## Instructions
- Use the HTML elements you've learned about so far to define the page content
- Use an external CSS stylesheet to style the page
- Use CSS Grid for the layout and components
- You should start *without* images and then add them later at the end of the exercise once the basic criteria has been met
## Live Demo

### Tips
- Breakdown the page into sections
- Pay attention to alignment and spacing
- Work section by section until it looks good
View the live project: [atakan.ninja](https://atakan.ninja)

## Assesment Criteria
* ☑ Layout the main page elements (left-hand menu, tweet feed and right side-bar) using CSS Grid. CSS Grid should also be used to layout individual tweets.
* ☑ Define the page contents using HTML with appropriate elements. HTML should be well formatted.
* ☑ Style the page using a mixture of Type, ID and Class CSS selector types
* ☑ Implement hover and selected state for the left-hand menu links.
## Author

### Extension Criteria
* ☑ Make the layout responsive so that the side-bars are removed on lower resolution devices
* ☑ Include images using the `img` and `svg` tags.
* Get the source for the icon images from the Twitter website as SVG and include them with `svg` tags
* Use a local file for the profile image. Research how to use CSS to to make the profile image appear as a circle
Created by AtikoSpeed
Loading