She Codes crowdfunding project - React front end.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This project is the front end of a crowdfunding website which has been created to support people with raising funds for their furry children's medical expenses. You can find the back end repository here.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/rosiemaguire/crowdfunding-frontend.git
- Navigate to the repo directory and install NPM packages
npm install
- Run the server
npm run dev
- A link to the deployed project
- A screenshot of the homepage
- A screenshot of the project creation page
- A screenshot of the pledge creation form
- A screenshot of a project with pledges
- A screenshot of the resulting page when an unauthorized user attempts to edit a project (optional, depending on whether or not this functionality makes sense in your app!)
- Profile page with authenticated user's basic details & associated projects
- Have function that calculates total donations
- Have function that grabs most recent three pledges to display on Project Page
- Button to toggle view to see all pledges under3 recent pledges (similar to what has been done with projects on home page)
- Implement carousel for recent projects on home page
- Check if username is already in use on the handle change, prior to post request being made for new user creation
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Rosie Maguire - @rosie_maguire
Project Link: https://github.com/rosiemaguire/crowdfunding-frontend