/rent-x

Car rental landing page using the Cars API

Primary LanguageTypeScriptMIT LicenseMIT

RENT-X


Made by SSilvaGustavo GitHub Last Commit

Read it in English

Links   |   Projeto   |   Tecnologias   |   Instalação   |  

🔗 Links

O projeto pode ser visualizado através do link: RENT-X.

🎮 Projeto

Logo

RENT-X é uma landing page para uma aplicação para aluguel de carros, foi utilizado a API Ninja Cars com o intuito de apresentar diversos tipos de marcas e modelos.



Home


Cars


Projeto totalmente responsivo e funcional.


🚀 Tecnologias

🔧 Instalação

  1. Instale o projeto rodando o comando npm install, yarn install ou pnpm install no seu terminal
  2. Inicie o servidor da web em outro terminal, rodando npm run dev, yarn dev ou pnpm dev no seu terminal
  3. Para utilizar o aplicativo web, basta abrir http://localhost:3000 em algum browser

💡 Contribuição

  • Faça um fork desse repositório;
  • Crie um branch para a sua feature: git checkout -b minha-feature;
  • Faça um commit com suas alterações: git commit -m 'feat: Minha nova feature';
  • Faça um push para a sua branch: git push origin minha-feature;
  • Faça um pull request com sua feature;

Pull requests são sempre bem-vindos. Em caso de dúvidas ou sugestões, crie uma issue ou entre em contato comigo.


English version


Links   |   Project   |   Technologies   |   Installation   |  

🔗 Links

The project can be followed through the link: RENT-X.

🎮 Project

Logo

RENT-X is a landing page for a car rental application, using the Ninja Cars API to present different makes and models.

Home
Cars

Fully responsive and functional design.


🚀 Technologies

🔧 Installation

  1. Install the project by running npm install, yarn install or pnpm install in your terminal
  2. Start the web server in another terminal by running npm run dev, yarn dev or pnpm dev
  3. To use the web application, just open http://localhost:3000 in some web browser

💡 Contribution

  • Do a fork of that repository;
  • Create a branch for your feature: git checkout -b my-feature;
  • Make a commit with your changes: git commit -m 'feat: My new feature';
  • Make a push to your branch: git push origin my-feature;
  • Make a pull request with your feature;

Pull requests are always welcome. If you have any questions or suggestions, please create an issue or contact me.


©2023 - Gustavo Silva

🔼 Back to top