To improve the efficiency and impact of the Blue Star Mothers of Maricopa, AZ Chapter 7 by addressing the key challenges of communication, inventory management, and shipping, ultimately ensuring better support for deployed service members.
Frontend (Next.js)
- Framework: Next.js
- Language: TypeScript
- UI Library: Material UI, Tailwind CSS
- State Management: Context API
- Styling: CSS Modules, Styled Components
- Data Fetching: Axios
Backend
- Framework: Next.js
- Database: PostgreSQL
- Authentication: NextAuth.js
- API: RESTful API using Next.js API routes
Deploying with Turborepo & Vercel
Check out the issues tab / projects to view the current tasks
First, create a copy of the repository by forking it. This will allow you to freely make changes without affecting the original project.
- Go to the repository's GitHub page.
- Click the Fork button (top-right corner).
- This will create a copy of the repository in your GitHub account.
Next, clone your fork to your local machine so you can start making changes.
git clone https://github.com/LU347/blue-star-az.git
To start the development server run:
npm install
npm run dev