Suggestion Box is a React application for managing and displaying user suggestions. It leverages modern technologies like Vite, React, and Tailwind CSS to provide a fast and responsive user experience.
- react: Core library for building user interfaces.
- react-dom: For rendering React components.
- react-helmet-async: For managing changes to the document head.
- react-router-dom: For handling routing and navigation.
- react-icons: Provides icons for React applications.
- vite: A fast build tool that serves as the development server and bundler.
- date-fns: For date manipulation and formatting.
- jotai: For state management with atoms.
- uuid: For generating unique identifiers.
- tailwindcss: A utility-first CSS framework for styling components.
-
Clone the repository:
git clone https://github.com/edlahoz/suggestion-box.git cd suggestion-box
-
Install Dependencies:
npm install
-
Start the Development Server:
npm run dev