/words-brought-by-the-tide

See how the waves brings famous inspiring quotes to the shore.

Primary LanguageJavaScript

Words brought by the tide

Inspirational quotes delivered by the waves.

Link to the app.

note: The app is on a free hosting plan, so it might take a while to load.

Getting Started

  1. Clone this repository
git clone https://github.com/marcodca/words-brought-by-the-tide.git project-name
  1. Installation
cd project-name
npm install

Installs the necessary dependencies to run the app

  1. Start developing
cd project-name
npm start
cd client
npm start

Runs the app in the development mode.

Tests

cd project-name
npm test

Launches the test runner in the interactive watch mode.

Acknowledgments

This project was made with React, bootstrapped with Create React App using the Redux and Redux Toolkit template. There's some serverless interaction for the global counter, provided by FaunaDB. Styled-components were used for styling, and animation handled by framer-motion (a great experience animating svg with this library). Testing by Jest and React-testing-library.