vishal-codes / mezchip-assignment

This is an assignment assigned by Kaholas for the role of Web Developer Intern.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mezchip-assignment

Technologies used - Reactjs, Bootstrap, Netlify

Link of assigned task - https://drive.google.com/file/d/1r8CGi5yet3PoADHqxMa70Y6MIFpFnww8/view?usp=sharing


Setting up project locally

Prerequisites - Make sure you have node.js and git installed on your machine. If you haven't then this article will help you in installation of git and this article will help in istallation of node.js

Now follow the below mentioned steps to get the website running on your local system.

  1. Fork this repository by clicking on the Fork button on the top of this page, this will create a copy of this repository in your account.
  2. Open the system terminal in your choice of directory and clone your forked version by entering git clone "https://github.com/YOUR_GITHUB_UserName/mezchip-assignment.git"
  3. Change the directory from present to the project directory by entering cd mezchip-assignment/
  4. Install all dependencies by entering npm i
  5. Run the project locally by entering npm start
    This will run the project locally on port localhost:3000 in your default browser.

About

This is an assignment assigned by Kaholas for the role of Web Developer Intern.


Languages

Language:JavaScript 78.0%Language:HTML 11.7%Language:CSS 10.2%