A web application that generates random pieces of advice for users. Built using React and Framer Motion for animations.
- Clone the repository
git clone https://github.com/OmitNomis/random-advice.git
- Install the dependencies
npm install
- Start the development server
npm run dev
- Build the application
npm run build
react: version 18.2.0
react-dom: version 18.2.0
framer-motion: version 8.4.3
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.