https://github.com/ogrodev/job-search-zippia
https://github.com/ogrodev/job-search-zippia
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ogrodev/job-search-zippia
- Owner: ogrodev
- Created: 2022-12-18T17:08:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T16:39:27.000Z (over 3 years ago)
- Last Synced: 2023-07-21T03:28:49.114Z (almost 3 years ago)
- Language: TypeScript
- Homepage: zippia-code-test-job-listing.vercel.app
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Job List Example
## Requirements
- NodeJS 18+
- Yarn, preferably
## Packages used
- NextJS v13
- React v18
- TailwindCSS v3
- Typescript v4
- Isomorphic-dompurify v0.24
## Running the project
1- First you are going to clone the repo
```bash
git clone https://github.com/SweetSoul/job-search-zippia.git
```
2- Then install the dependencies using yarn or any package manager
```bash
yarn
```
3- After that, just run the project with:
```bash
yarn dev
```