Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 905 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 905 Bytes

Valorant Homepage

A website using React, JavaScript, HTML5, and CSS3/Bootstrap to display Valorant, a new fps by Riot Games.

Technologies Used

  • React.js
  • HTML5
  • CSS3
  • Bootstrap 4
  • Live Demo

    Try the application at https://capable-lollipop-e2537f.netlify.app/

    Preview

    valorant homepage sample gif

    Development

    System Requirements

    • npm 6 or higher

    Getting Started

    1. Clone the repository.
    git clone https://github.com/dae-hyun-kim/valorant-mimic
    cd valorant-mimic
    1. Install all dependencies with NPM.
    npm install
    1. Start the project. After starting, you can view the application by opening http://localhost:3000 in your browser.
    npm start