# Cameroon Tech Jobs
A simple jobs portal for the Cameroon tech community. This project lists tech job openings and provides a lightweight site for job seekers and employers to connect.
## Features
- Job listings (create / read / search)
- Simple admin interface to post or remove jobs
- Responsive HTML/CSS design for mobile and desktop
- Ready for static hosting (GitHub Pages / Netlify)
## Tech stack
- HTML / CSS (static)
- (Add frameworks/libraries here if used, e.g., Bootstrap, Tailwind)
## Project layout
- `index.html` — main listing page
- `jobs/` — job posting pages or JSON data
- `assets/` — images, CSS, JS
- `README.md` — this file
## Installation / Run locally
If this is a static site, you can preview locally with a simple HTTP server:
```bash
# Python 3
python -m http.server 8000
# Open
localhost
```
If there is a build step, tell me which (e.g., npm, hugo) and I’ll add exact commands.
## How to contribute
- Fork the repo
- Create a branch: `git checkout -b feature/my-change`
- Submit a PR describing your changes
## License
TBD — add a license file (suggest MIT or Apache-2.0) if you want to make this open source.
## Contact
- Maintainer: Paul (Chipser-Paul) — add email or LinkedIn if you want it displayed