https://github.com/design-sparx/crowdup
Crowdfunding website template built using React, Vite, Mantine & Typescript.
https://github.com/design-sparx/crowdup
charities crowdfunding crowdfunding-websites donations nonprofit
Last synced: 6 months ago
JSON representation
Crowdfunding website template built using React, Vite, Mantine & Typescript.
- Host: GitHub
- URL: https://github.com/design-sparx/crowdup
- Owner: design-sparx
- Created: 2023-05-26T15:11:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T19:42:59.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T06:04:52.296Z (over 1 year ago)
- Topics: charities, crowdfunding, crowdfunding-websites, donations, nonprofit
- Language: TypeScript
- Homepage: https://crowd-up.netlify.app/
- Size: 4.64 MB
- Stars: 3
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Crowdfunding website project
[Online Demo](https://crowd-up.netlify.app/ "Online Demo")
### About:
CrowdUp is a crowdfunding platform that helps you get funding for your personal projects, charities, and NGOs. Start a fundraiser and receive donations from individuals who care about your cause.
#### Available Pages
1. Home
2. How it works
3. Campaigns
4. Campaign details
5. Create campaigns
6. Dashboard### Tech Stack:
- embla-carousel-react v7 - https://www.embla-carousel.com/get-started/
- mantine v6 - https://mantine.dev/pages/getting-started/
- react v18 - https://reactjs.org/docs/getting-started.html
- tabler-icons v2- https://react-icons.github.io/react-icons/**Dev dependencies**
- eslint v8 - https://eslint.org/docs/latest/user-guide/getting-started-
- vite v4 - https://vitejs.dev/### Software
Before proceeding, please ensure you have the following software installed on your computer.
- Node
- Yarn (optional but recommended)
- Git command line tools### Useful links
- Download Git cli -
- Windows: https://git-scm.com/download/windows
- Mac: https://git-scm.com/download/mac
- Download Node - https://nodejs.org/en/
- Download Yarn cli - https://yarnpkg.com/lang/en/docs/install/
- Download VSCode - https://code.visualstudio.com/### Getting started
Please fork a copy of this repository. Forking a repository allows you to freely experiment with changes without affecting the original project. Alternatively download or clone the master branch.
##### Download & Install Dependencies on your machine
Clone the repo to your machine
`git clone `##### Launch the frontend
1. Open a new terminal window and navigate in your root folder
`cd <../root>`
`yarn install OR npm install`
2. Run the start script
`yarn run start OR npm run start`Your app should be running on: http://localhost:3000
### Versions
v1.0
- Default project implementation
### Authors
1. Kelvin Kiptum Kiprop - https://github.com/kelvink96
### License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/kelvink96ltd/flick-city/blob/master/LICENSE.md) file for details