This project demonstrates one way to manage notifications in a React application using Redux and LocalStorage. The project also uses TypeScript and Tailwind.
You can view the project live here: https://notifications-showcase.netlify.app/
To get started with the Notifications Showcase, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/lut3k-IT/notifications-showcase.git
- Navigate to the project directory:
cd notifications-showcase
- Install the necessary dependencies:
npm install
- Start the Development Server:
npm run dev
- Build the Project:
npm run build
- Preview the Production Build:
npm run preview
- Lint the Project:
npm run lint
- Fix Linting Issues:
npm run lint-fix