https://github.com/gothsec/moviesfordevs
Discover movies for developers. Very selected films over 6.5 rating about tech, AI, programming, hacking and more.
https://github.com/gothsec/moviesfordevs
next tailwindcss typescript
Last synced: 2 months ago
JSON representation
Discover movies for developers. Very selected films over 6.5 rating about tech, AI, programming, hacking and more.
- Host: GitHub
- URL: https://github.com/gothsec/moviesfordevs
- Owner: Gothsec
- Created: 2025-03-12T02:25:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-16T17:32:58.000Z (11 months ago)
- Last Synced: 2025-08-16T19:14:32.051Z (11 months ago)
- Topics: next, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://movies-for-devs.vercel.app/
- Size: 111 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MoviesForDevs


---
## **Stack**



## **Project structure**
```
public/
└── favicon.png
src/
├── app/
| ├── movie/
| | └── [id]/
| | └── page.tsx
| ├── globals.css
| ├── layout.tsx
| └── page.tsx
└── components/
├── footer.tsx
├── hero.tsx
├── main.tsx
├── movieData.ts
└── navbar.tsx
```
## **Local configuration**
1. Clone the repo:
```
git clone https://github.com/gothsec/moviesfordevs
```
2. Install dependencies:
```
npm install
```
3. Start the develpoment server:
```
npm run dev
```
---
You can contribute if you want :)