Skip to content

Commit

Permalink
Add trello board info and reorder README.
Browse files Browse the repository at this point in the history
  • Loading branch information
me-julian committed Jul 11, 2024
1 parent 55470c5 commit d49a5b3
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ Log in to curate, order and sort a list of games you're considering playing next

This is my final project for Inventive Academy's [Full Stack Immersive](https://learn.inventiveacademy.io/p/full-stack-immersive-bootcamp-with-node) web development course.

## Development Resources

View the [Figma design](https://www.figma.com/design/YgqdrvqSiBKGI61HwIVXrq/Main-Design-2024?m=auto&t=qQ2FIVCIR4OfliHz-1) to see a rough draft of the app I created before development.
### [Check out the wiki](https://github.com/me-julian/final-project-games-not-played/wiki) for detailed information

<p align="center">
<img width="66%" src="docs/assets/figma-design.png" />
Expand All @@ -28,20 +26,29 @@ I also used a Trello board to track progress and tasks during development.

- [PNPM](https://pnpm.io/) Monorepo
- [Docker](https://www.docker.com/) and [VS Code Dev Containers](https://code.visualstudio.com/docs/devcontainers/containers)
- [VS Code Tasks](https://code.visualstudio.com/Docs/editor/tasks)
- [Typescript](https://www.typescriptlang.org/)
- [ReactJS](https://react.dev/) & [React Router](https://reactrouter.com/) with [Vite](https://vitejs.dev/)
- [Express](https://expressjs.com/) REST API
- MySQL Database with [Sequelize](https://sequelize.org/) using [sequelize-typescript](https://github.com/sequelize/sequelize-typescript)
- [Passport.js](https://www.passportjs.org/) for email & password authentication with JWT
- [Vitest](https://vitest.dev/) with [React Testing Library](https://testing-library.com/docs/react-testing-library/intro)
- MySQL Database with [Sequelize](https://sequelize.org/) ORM using [sequelize-typescript](https://github.com/sequelize/sequelize-typescript)
- [Passport.js](https://www.passportjs.org/) for username & password authentication with JWTs
- [Vitest](https://vitest.dev/) with [React Testing Library](https://testing-library.com/docs/react-testing-library/intro) for E2E testing

### Hosting and CI/CD

- [Github Actions](https://github.com/features/actions)
- [AWS Elastic Beanstalk](https://aws.amazon.com/elasticbeanstalk/)
- [GetSSL](https://github.com/srvrco/getssl)

### Want to learn more?
## Development Resources

View the [Figma design](https://www.figma.com/design/YgqdrvqSiBKGI61HwIVXrq/Main-Design-2024?m=auto&t=qQ2FIVCIR4OfliHz-1) to see a rough draft of the app I created before development.

#### [Check out the Wiki](https://github.com/me-julian/final-project-games-not-played/wiki)
<p align="center">
<img width="66%" src="docs/assets/figma-design.png" />
</p>

I also used a Trello board to track progress and tasks during development.

<p align="center">
<img width="66%" src="docs/assets/trello-board.png" />
</p>

0 comments on commit d49a5b3

Please sign in to comment.