Skip to content

Latest commit

 

History

History
104 lines (72 loc) · 2.34 KB

README.md

File metadata and controls

104 lines (72 loc) · 2.34 KB

🐐 Wise Goat

Website generator of goats images and advices

Website GitHub last commit GitHub

Wise Goat demo

Table of Contents

About

This project is a front-end challenge from DevChallenge.

It is a very simple website where people can see advices by goats. You can see it alive here.

Features

  • Get random advices from random goats:
    • Dynamic advices
    • Dynamic goat names
    • Dynamic goat pictures
  • Responsive design
  • Server-Side Rendering with Next.js
  • Single Page Application Navigation

Technologies

Get started

Make sure you have git, node.js and npm or yarn installed in your machine before start.

  1. Clone this repo
git clone https://github.com/lucas-lm/wisegoat.git
cd wisegoat
  1. Install the dependencies

With yarn:

yarn

With npm:

npm install
  1. Start the development server

With yarn:

yarn dev

With npm:

npm run dev
  1. Open the browser and start coding 🎉

You are ready to go now! Just open any browser of your preference on http://localhost:3000 and start editing the code.

Any saved change on the code will automatically restart the server and refresh the browser.

Contributing

All contributions are welcome:

  • ⭐️ Star the project
  • 🐛 Find and report issues
  • 📥 Submit PRs to help solve issues or add features

Authors

License

This project is under the MIT license. See the LICENSE for more information.