miguel-osuna / Robofriends-App

Robofriends App created with React in "The Complete Web Developer Course"

Home Page:https://miguel-osuna.github.io/Robofriends-App/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Robofriends App

πŸ“– Description

Robofriends App created with Create React App for Udemy's course "The Complete Web Developer Course.

🎯 Features

  • SPA created with Create React App
  • Robohash API
  • Styled with Tachyons

πŸ”† Visuals

πŸ’‘ Getting Started

Follow the instructions below to get a copy of the project, whether it's for development or testing purposes.

πŸ“‹ Prerequisites

You'll need Git, and Node.js (which comes with npm) installed on your computer.

node@v12.13.0 or higher
npm@6.13.1 or higher
git@2.17.1 or higher

πŸ’» Installation

# Clone this repository
$ git clone https://github.com/miguel-osuna/Robofriends-App.git

# Go into the your local repository
$ cd Robofriends-App

# Remove current origin repository
$ git remote remove origin

Create React App will be installed under react-scripts when all dependencies are installed.

# Install all project dependencies
$ npm install

# Start and watch the project
$ npm start

Once your server has started, go to https://localhost:3000/ and you will see the website running on a Development Server.

πŸš€ Deployment

Once you are ready to deploy your project, read the following tutorial to choose your hosting

πŸ”§ Built With

  • React - Front-End JavaScript library

🎭 Authors

πŸ“’ License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

Robofriends App created with React in "The Complete Web Developer Course"

https://miguel-osuna.github.io/Robofriends-App/

License:MIT License


Languages

Language:JavaScript 79.0%Language:HTML 14.8%Language:CSS 6.2%