that I made when I start learning web development.
- banking - https://osama2kabdullah.github.io/small-projects/banking/
- fevorite-footballer - https://osama2kabdullah.github.io/small-projects/fevorite-footballer/
- first-API-related-work - https://osama2kabdullah.github.io/small-projects/first-API-related-work/
- img-galary - https://osama2kabdullah.github.io/small-projects/img-galary/
- js-calculator - https://osama2kabdullah.github.io/small-projects/js-calculator/
- login-form - https://osama2kabdullah.github.io/small-projects/login-form/
- mony-calculation - https://osama2kabdullah.github.io/small-projects/mony-calculation/
- pin-matcher - https://osama2kabdullah.github.io/small-projects/pin-matcher/
- portfolio - https://osama2kabdullah.github.io/small-projects/portfolio/
- product-landing-page - https://osama2kabdullah.github.io/small-projects/product-landing-page/
- random-user - https://osama2kabdullah.github.io/small-projects/random-user/
- shopping-cart - https://osama2kabdullah.github.io/small-projects/shopping-cart/
- survey-form - https://osama2kabdullah.github.io/small-projects/survey-form/
- the-cocktailDB - https://osama2kabdullah.github.io/small-projects/the-cocktailDB/
- to-do - https://osama2kabdullah.github.io/small-projects/to-do/
- tribute-page - https://osama2kabdullah.github.io/small-projects/tribute-page/
- Jogging Tracker (with express server) - https://osama2kabdullah.github.io/small-projects/Jogging-tracker/
-
First, make sure that you have Git installed on your computer. If you don't have Git installed, you can download and install it from the official Git website.
-
Open a terminal or command prompt on your computer and navigate to the directory where you want to clone the project.
-
Clone the project from my GitHub repository using the following command:
git clone https://github.com/osama2kabdullah/small-projects.git
- Once the project is cloned, navigate to the root directory of the project in your terminal or command prompt.
cd small-projects
- Next, navigate to any project root folder using the command:
cd <folder name>
- Install the required dependencies for the project by running the following command:
npm install
- To run project in locally
npm start
- That's it! You should now be able to see your project running locally.