This project is a simple demonstration using Next.js and Tailwind CSS to create a reassuring popup when clicking a button labeled "Make Everything Okay".
To get a local copy up and running follow these simple steps:
- Clone the repository:
git clone https://github.com/the-bipu/make-everything-ok.git
- Install dependencies:
cd make-everything-okay
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 to view it in the browser.
Once the development server is running, navigate to the home page. Click on the "Make Everything Okay" button to see a popup confirming that everything is okay.
Next.js - React framework for production. Tailwind CSS - Utility-first CSS framework.
This project is licensed under the MIT License - see the LICENSE file for details.
This project was inspired by the need to showcase simple interactions using Next.js and Tailwind CSS.
Special thanks to OpenAI for providing language models like ChatGPT, which assisted in creating this README.