Ongoing personal project built on a MERN + Redux stack. App is a dashboard and onboarding tool for clients of a fictional freelance agency.
- JWT tokenization and authorization via Auth0 with WordPress integration
- Data modeling and validation via Mongoose and PropTypes
- Custom hooks
- E2E testing via Cypress
- UI built with Google's Material-UI
- Convert to Typescript
- Implement functional components where applicable
- Implement Immutable.js structures
- Flesh out unit testing suite with Cypress and/or Mocha
- Fork a React Native version :D
Download to your project directory, and run:
npm install
cd backend
npm install
cd ../frontend
npm installIn project directory, run:
npm startPlease open an issue for support.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.