Shivam-Sharma-1 / Property-Finder

This is a TypeScript project for a property finding website. The data in this website is hardcoded. The website features properties by specifying various details, such as location, price range, and other relevant features. This webpage is responsive to all devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



Property Finder

This is a TypeScript project for a property finding website. The data in this website is hardcoded. The website features properties by specifying various details, such as location, price range, and other relevant features. This webpage is responsive to all devices.

Screenshots

App Screenshot1 App Screenshot2

Technologies used

  • HTML
  • CSS
  • JavaScript
  • TypeScript

Installation

Globally Installing TypeScript

It can be handy to have TypeScript available across all projects, often to test one-off ideas. Long-term, codebases should prefer a project-wide installation over a global install so that they can benefit from reproducible builds across different machines.

via npm You can use npm to install TypeScript globally, this means that you can use the tsc command anywhere in your terminal.

To do this, run

  npm install -g typescript

This will install the latest version.

An alternative is to use npx when you have to run tsc for one-off occasions.

Run Locally

Clone the project

  git clone https://github.com/Shivam-Sharma-1/Property-Finder.git

Go to the project directory

  cd Property-Finder

Install dependencies

  npm install -g typescript

Start the server

Open the project and click to Go Live from the status bar to turn the server on/off. live server

Contributing

Contributions are always welcome!
If you would like to contribute to this project, please fork the repository and create a pull request.

Authors

Acknowledgements

Read more

About

This is a TypeScript project for a property finding website. The data in this website is hardcoded. The website features properties by specifying various details, such as location, price range, and other relevant features. This webpage is responsive to all devices.


Languages

Language:TypeScript 43.9%Language:JavaScript 37.9%Language:CSS 10.8%Language:HTML 7.4%