Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thirdmadman/pss2k24-arrowflicks
This is repo of test task for startup-summer.paralect.com - Startup Summer ‘24
https://github.com/thirdmadman/pss2k24-arrowflicks
Last synced: about 2 months ago
JSON representation
This is repo of test task for startup-summer.paralect.com - Startup Summer ‘24
- Host: GitHub
- URL: https://github.com/thirdmadman/pss2k24-arrowflicks
- Owner: thirdmadman
- License: gpl-3.0
- Created: 2024-05-08T11:13:38.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-28T20:14:45.000Z (7 months ago)
- Last Synced: 2024-06-28T21:29:21.604Z (7 months ago)
- Language: TypeScript
- Homepage: https://pss2k24-arrowflicks.vercel.app
- Size: 466 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pss2k24-arrowflicks
## Description
### Brief
This is repository of test task for startup-summer.paralect.com - Startup Summer ‘24
Functional Requirements Document can be found [link to document](/docs/FRD.md)
Original can be found here: [Link](https://paralect-global.notion.site/c3a7adc40e5d4e0d9d3d3e5462a576bc)
For the stack we had restriction to use Mantine. As API soure should be used fameus [TMDB](https://developer.themoviedb.org/docs/getting-started).
Due to previous experience with React and NextJS I have chosen to use NextJS with App Router to implement fuctionality provided in functional requirements document (FRD).
I also used tools for enhance quality of code, testing, and deploying to ensure high level of consistency of code and it's maintainability.
### Deploy
You can accses deploy of this application on Vercel:
[https://pss2k24-arrowflicks.vercel.app/](https://pss2k24-arrowflicks.vercel.app/)### Stack
* NextJS App Router
* Mantine
* CSS Modules
* TypeScript
* ESLint
* Priettier
* Husky
* Lint Staged
* Vitest
* React Testing Library
* Vercel