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:
- Login page with authentication
- Feed Page
- Profile page
The pages contains:
- Login page contains a login and register form with HTML form validation.
- Feed Page contains a list of post tumbernails, a search bar, sort options and a form to create a new post.
- Profile page contains a profile image, username, list of user posts, follow button and an area to display following/followers.
- HTML5
- SCSS
- SASS
- Bootstrap
- Clone the repo:
git clone git@github.com:Tinberg/css-frameworks-ca.git- Install the dependencies:
Install Node js if it's not already installed Node.js.
npm install-D sassnpm install bootstrap@5.3.2npm install-D live-serverTo run the application, run the following commands:
npm run dev
To preview the application, use Live Server.
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)
