Coder Social home page Coder Social logo

luci6n / frontend-assignment Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 139.41 MB

This project is a responsive, user-friendly fitness website designed to help users on their health journey. It offers personalized workout plans, nutritious food recommendations, and tools like a health calculator and gym locator. The site also features product recommendations and a membership program to kee

Home Page: https://liewzhengxian.github.io/Frontend-Assignment/src/templates/home.html

HTML 67.02% JavaScript 13.78% CSS 19.20%

frontend-assignment's Introduction

Frontend-Assignment

Download git or use git on visual studio code

git download link: https://git-scm.com/downloads git in vs code tutorial video: https://www.youtube.com/watch?v=i_23KUAEtUM

How to get started with git cli

  1. Open cmd and clone repository to code on your desktop git clone https://github.com/LiewZhengXian/Frontend-Assignment.git

  2. Go to the directory with .git file

cd Frontend-Assignment
  1. Git add to stage all the files in your directory before committing
git add .
  1. Use git status to check changes (optional)
git status
  1. Git commit
git commit -m "Your_comment"
  1. Push your code to repository
git push 

You can create a development branch for yourself using this command

git checkout -b <branch name>

To switch between branch

git checkout <another branch>

To update code from github repo to your local directory

git pull

frontend-assignment's People

Contributors

josephtankaijun avatar liewzhengxian avatar leech0619 avatar luci6n avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.