Version 2.0.0
FYI: This project was bootstrapped with Create React App. Final page routes tbd.
Bi-monthly meetings for the development team is held on Google Meet, every Tuesday evening at 8 pm EST.
As of 6/29/2023, Pages/Sections Currently Under Construction (% Completed):
- Homepage (60%)
- About (60%)
- Blog (links to blank page)
- Businesses? (30%)
- Donate (links to blank page)
- Events? (links to blank page)
- Gallery (links to blank page)
- Header/Footer (90% - Needs formatting/testing)
- Get Involved (links to blank page)
- Profile (links to blank page)
- Resources (links to blank page)
- Sign Up (links to blank page)
- Search (links to blank page)
- Social media links (100%)
- Support
- 404 Page (links to blank page)
Here's a rough list of Adobe XD views of the main routes:
- "/" static (render)
- "/about" static (render)
- "/blog" back-end (render). Back-end data needed: All blog posts
- "/businesses" back-end (render). Back-end data needed: All businesses
- "/contact-us" static (render)
- "/donate" back-end (render). Back-end data needed: % data on where money has been allocated to for "Purchase web domain", "Volunteer engagement", "Software & Licenses"
- "/events" back-end (render). Back-end data needed: All events, third-party api key for calendar widget?
- "/gallery" back-end (render). Back-end data needed: All images and details of gallery items
- "/log-in" static (render)
- "/profile" back-end (render). Back-end data needed: public/private profile boolean, user's info, social links, business, cards ('pills' of info tags), friends, resources
- "/resources" static (render)
- "/sign-up" static (render)
- "/submit-artwork" static (render)
- "/*" Static catch-all leading to 404 page
In the project directory, you can run npm start
Open http://localhost:3000 to view it in the browser.
Run npm test
for info on running tests
Run npm run build
for info on deployment.
Info: https://facebook.github.io/create-react-app/docs/deployment