This is a non-profit charity website built using Next.js, JavaScript, and Tailwind CSS. The platform aims to support charitable causes by providing an easy way for users to learn about and donate to various initiatives.
https://github.com/ankurjaiswalofficial/charity-app
https://non-profit-charity-site.vercel.app/
- Responsive Design: Tailwind CSS ensures a responsive and visually appealing layout across all devices.
- Dynamic Content: Built with Next.js to provide a fast and seamless user experience with dynamic routing and server-side rendering.
- Donation System: Allows users to make secure donations to support charitable initiatives.
- Information Hub: Provides information about various charitable causes and how users can get involved.
- Next.js: React framework for server-side rendering and static site generation.
- JavaScript: Programming language used for client-side functionality.
- Tailwind CSS: Utility-first CSS framework for designing responsive and modern user interfaces.
- Node.js and npm installed on your machine.
-
Clone the repository:
git clone https://github.com/ankurjaiswalofficial/charity-app.git
-
Navigate into the project directory:
cd charity-app
-
Install the dependencies:
npm install
Run the development server:
npm run dev
Open http://localhost:3000 to view the site locally.
To build the application for production:
npm run build
Start the production server:
npm run start
This site is deployed using Vercel. You can access the live version at https://non-profit-charity-site.vercel.app/.
Contributions are welcome! Please fork the repository and create a pull request with your changes.
This project is open-source and available under the MIT License.