Web development project in which the idea was to create a landing page for a fictional virtual reality technology company called NewViewVR. The fully responsive website has several call-to-action buttons and a menu for navigation.
Still in the development process...
- Javascript
- React
- Sass
- Git
# 1. Clone the project
git clone https://github.com/dev-andreola/newview
# 2. Install dependencies
npm install
# 3. Run live server
npm start
The content may contain some errors as I am a student and the repository is constantly evolving.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have any corrections or improvements that would make this better, please fork the repo and create a pull request.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/Feature
) - Commit your Changes (
git commit -m 'Add some Feature'
) - Push to the Branch (
git push origin feature/Feature
) - Open a Pull Request