A simple Sticky Notes application built using React, React Bootstrap, and Next.js.
This project is a web application that allows users to create, edit, and delete sticky notes. It leverages popular front-end technologies such as React for building user interfaces, React Bootstrap for responsive design components, and Next.js for server-side rendering.
- Create new sticky notes
- Edit existing sticky notes
- Delete unwanted sticky notes
- Responsive design for various screen sizes
-
Clone the repository:
git clone https://github.com/your-username/stickynotes-app.git cd stickynotes-app
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 in your browser.
-
Contribution Contributions are welcome! Feel free to open an issue or submit a pull request.