Live Site URL: Volunteer
This project is a volunteer management website designed to streamline volunteer activities using modern web technologies. It features a responsive design implemented with Tailwind CSS and pre-styled components from Daisy UI. React Helmet manages document head settings, while React Toast handles notifications. The site supports user authentication for seamless login and logout experiences, alongside robust volunteer management functionalities.
- Responsive design with Tailwind CSS and pre-styled components from Daisy UI
- Document head management using React Helmet
- Notifications powered by React Toast
- Typing animations provided by React-simple-typewriter
- UI animations enhanced with React Awesome Reveal
- Data management and storage facilitated by MongoDB Atlas
- User authentication functionalities (login, logout)
- Comprehensive volunteer management capabilities
- Tailwind CSS
- Daisy UI
- React Helmet
- React Toast
- Mamba UI
- MongoDB Atlas
- React-simple-typewriter
- React Awesome Reveal
-
Clone the server repository:
git clone https://github.com/saagor16/B9A11-Server-Volunter.git
-
Navigate to the project directory:
cd B9A11-Server-Volunter
-
Install dependencies:
npm install
-
Create a
.env
file in the root directory and add:PORT=5000 MONGODB_URI=your_mongodb_atlas_uri JWT_SECRET=your_jwt_secret
-
Start the server:
npm start
Contributions are welcome! Fork the repository and create a pull request with your changes.
This project is licensed under the MIT License.