Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
05d568a
bootstrap setup
codeitR Apr 17, 2024
0a2c983
work in progress in login page
codeitR Apr 17, 2024
2fb62c0
images upload
codeitR Apr 17, 2024
b3717f6
enatial thought on design aspect
codeitR Apr 18, 2024
8996d1e
log in page looks okey
codeitR Apr 18, 2024
04a29c7
work in progress in feed page
codeitR Apr 18, 2024
66996dc
more wor will be put...
codeitR Apr 18, 2024
62c74ed
import and variable--
codeitR Apr 18, 2024
73fb109
work in progress
codeitR Apr 18, 2024
50808e4
save
codeitR Apr 18, 2024
0e9491a
checked
codeitR Apr 18, 2024
ccda711
trial and error
codeitR Apr 18, 2024
c9104bd
playing with git file
codeitR Apr 18, 2024
58d4c45
trying to work out with netlify
codeitR Apr 18, 2024
e5667a9
new set up in feed
codeitR Apr 18, 2024
3188325
uncomment link in hear
codeitR Apr 18, 2024
dcad66c
new link added to html
codeitR Apr 18, 2024
0f598e4
added public in build
codeitR Apr 18, 2024
3ec56c5
back to
codeitR Apr 18, 2024
994ab83
few final touches
codeitR Apr 18, 2024
bb3b63e
header linking issues resolved
codeitR Apr 19, 2024
08d730a
few changes and touch up on
codeitR Apr 19, 2024
233cbdb
link in index file
codeitR Apr 19, 2024
2a8c2d5
resolving deploying problem
codeitR Apr 19, 2024
954a64a
ntlify depo poblemo
codeitR Apr 19, 2024
e8786b0
dist file remove from ignor and may be magic will happen
codeitR Apr 19, 2024
50dd50c
npm run build doing magic
codeitR Apr 19, 2024
1b1e20f
few chages
codeitR Apr 20, 2024
383d578
card added
codeitR Apr 21, 2024
42988dc
some design chages
codeitR Apr 21, 2024
80b9003
using variables
codeitR Apr 21, 2024
fa2af1d
work in progess in navbar
codeitR Apr 21, 2024
5bc7e0a
adjustment in feed
codeitR Apr 21, 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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules/
.DS_Store
dist/

41 changes: 40 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,41 @@

# css-frameworks-ca
Replace this text with a description of your social media project.

## HelloWorld social media page

This is my bootstrap and sass school project.

- Login page with html form validation.

A responsive feed page displaying blog posts. A form to create a new post.

Profile page where the users posts are displayed and profile picture. Buttons to follow that user or edit your own profile.
custom scss and few bootstrap variables overrides.

## Built with

- HTML

- bootstrap 5 and Sass

## Clone the repo and install dependencies

# Clone this link

<https://github.com/ebejmo/css-frameworks-ca.git>

Open the css-frameworks branch

# Run

You'll need node installed on your machine to run the project locally. Open the terminal at the projects root directory and insert the following commands:

# npm install

bootstrap, sass, live server.

## npm run watch

### Feedback

##### to do
Loading