An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![image](https://github.com/design-sparx/crowdup/assets/26582923/001cd476-c753-4087-96a6-ee8c99fc3612)

# 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