/fylo-landing-page-with-react

This a landing page made with react with dark theme switching feature

Primary LanguageJavaScriptMIT LicenseMIT

Fylo - landing page with React

See Live

This is a cloud storage landing page build using React with dark theme added.

netlify deploy status mit license badge
screen shot of website

Getting Started

To get started, you can download a local copy of the repository and or see live here.

Prerequisites

Before running this project locally, you should have installed node and npm on your PC.

After installing node and npm,

Run these commands

  • Install all the dependencies for this project

    npm install
    
  • Run locally

    npm start
    

After running these commands, this website should have launched in your default browser.

Built With

  • React - JavaScript library for building user interfaces
  • Sass - Preprocessor scripting language for CSS

License

This project is licensed under the MIT License

Acknowledgments

This project was build by taking challenge on Frontend Mentor