Skip to content

A template repository used for student CSS Frameworks CA submissions.

Notifications You must be signed in to change notification settings

Sirvau/css-frameworks-ca

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

css-frameworks-ca

Description

Hikes Inspire is a social media application for people to share their hikes and get inspired for future hikes. The social media application contains three pages:

  1. Login page with authentication
  2. Feed Page
  3. Profile page

The pages contains:

  1. Login page contains a login and register form with HTML form validation.
  2. Feed Page contains a list of post tumbernails, a search bar, sort options and a form to create a new post.
  3. Profile page contains a profile image, username, list of user posts, follow button and an area to display following/followers.

Built With

Getting Started

Installing

  1. Clone the repo:
git clone git@github.com:Tinberg/css-frameworks-ca.git
  1. Install the dependencies:

Install Node js if it's not already installed Node.js.

npm install-D sass
npm install bootstrap@5.3.2
npm install-D live-server

Running

To run the application, run the following commands:

npm run dev

To preview the application, use Live Server.

Contributing

Contribute only to agreed tasks.

For style customisation, edit the SASS files located in the src/scss/ directory. Run command ```bash npm run build

The SASS will be compiled into the dist/css directory.

When contributing, please open a pull request for code review before merging commits into the main branch.

## Contact

[My LinkedIn page](www.linkedin.com/in/siril-olsen-vaular)
[Mailadress](sirols50984@stud.noroff.no)

About

A template repository used for student CSS Frameworks CA submissions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 87.8%
  • HTML 11.6%
  • SCSS 0.6%