Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the-bipu/make-everything-ok
Experience peace of mind instantly with our Next.js and Tailwind CSS powered project. Simply click the 'Make Everything Okay' button and watch as a reassuring popup assures you that everything is indeed okay.
https://github.com/the-bipu/make-everything-ok
localstorage lucide-react nextjs radix-ui shadcn-ui tailwindcss
Last synced: 2 months ago
JSON representation
Experience peace of mind instantly with our Next.js and Tailwind CSS powered project. Simply click the 'Make Everything Okay' button and watch as a reassuring popup assures you that everything is indeed okay.
- Host: GitHub
- URL: https://github.com/the-bipu/make-everything-ok
- Owner: the-bipu
- Created: 2024-06-23T07:22:21.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T07:27:31.000Z (2 months ago)
- Last Synced: 2024-11-09T08:22:45.394Z (2 months ago)
- Topics: localstorage, lucide-react, nextjs, radix-ui, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage: https://just-make-everything-ok.vercel.app/
- Size: 174 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Everything Is Okay Project
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".## Getting Started
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.
## Usage
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.## Technologies Used
Next.js - React framework for production.
Tailwind CSS - Utility-first CSS framework.## License
This project is licensed under the MIT License - see the LICENSE file for details.## Acknowledgements
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.