Explore Bookie: Bookie Client
- Node.js: Leveraging the power of Node.js for backend functionalities.
- MongoDB: Utilizing MongoDB for efficient data storage and retrieval, ensuring smooth operations.
- React Router: Implementing React Router for seamless navigation within the application.
- React.js: Harnessing the capabilities of React.js for building dynamic and interactive user interfaces.
- Toaster: Employing a toaster notification system for effective user feedback.
- Tailwind CSS: Styling the application with Tailwind CSS for rapid development and customizable design.
To get started with Bookie locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/bookie.git
-
Install dependencies:
cd bookie npm install
-
Set up environment variables:
Create a
.env
file in the root directory and add necessary environment variables. -
Start the development server:
npm start
-
Open your browser:
Visit
http://localhost:3000
to view the application.
Contributions are welcome! Feel free to open issues or pull requests for any improvements or features you'd like to see in Bookie.
This project is licensed under the MIT License.