Skip to content

ViniciusmDias/quote-generator

Repository files navigation

Quote Generator

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

screenshot

To solve this challenge I used Next.js with Typescript, using the create-next-app template. I used styled components to style the application and I created a test to check if the page is rendered. This application is hosted on Netlify.

Built With

Features

This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user stories.

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

Clone this repo: git clone https://github.com/ViniciusmDias/quote-generator

To start the application, just go to the root folder and execute the following commands.

Install the dependencies: yarn install

Start the application in development mode: yarn dev

Acknowledgements

Contact