Code Monkey home page Code Monkey logo

approved's Introduction

APPROVAL1 Project


Introduction

On this repo you will find instructions to build a website that looks like the image preview below.

approval home


Getting Started

The aim of this project is to help you understand basic coding practices. By the end, you should be familiar with using

  1. VS Code
  2. Git and GitHub
  3. Fundamental development techniques ( HTML & CSS)

Objectives

1. Download and install VS Code

  • Download VS Code for your system here
  • When installing, make sure you check the boxes like in the image below VS Code Checks
  • After installation, open VS Code and click the Extensions icon from the leftside menu (or do CTRL + SHIFT + X). Search and install
    • Live Server
    • Prettier - Code formatter
    • ESLint
    • Material Icon Theme (optional)

2. Create a Github account

Go here and click the Sign Up button to create your GitHub account

3. Download and install Git

  • Follow instructions to download and install Git here.
  • Check if Git is properly installed by typing git --version in your terminal
  • Add your GiHub account to Git by doing the following on your terminal
    • git config --global user.name <your github username in quotes>
    • git config --global user.email <your github email in quotes>

4. Create a project folder on your desktop

  • Right-click on the folder and select Open with Code

Next Steps

Scroll to the top and click master. Select lesson-1 to continue.
continuation

approved's People

Contributors

armaebii avatar

Watchers

Moses Gameli 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.