Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frichardben/career-page
https://github.com/frichardben/career-page
cypress jest nextjs storybook testing-library
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/frichardben/career-page
- Owner: frichardben
- Created: 2022-03-14T13:27:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-05T00:19:19.000Z (almost 3 years ago)
- Last Synced: 2024-11-18T23:59:59.333Z (3 months ago)
- Topics: cypress, jest, nextjs, storybook, testing-library
- Language: TypeScript
- Homepage:
- Size: 4.12 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## :rocket: Overview
Company carrer page
## âšī¸ About this project
This project consists of a web application that lists jobs.
## đ Technologies
- [Next.js](https://nextjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Storybook](https://storybook.js.org/)
- [Jest](https://jestjs.io/)
- [Testing Library](https://testing-library.com/)
- [Cypress](https://www.cypress.io/)
## :computer: Getting Started### Prerequisites
- [Git](https://git-scm.com/downloads)
- [Node](https://nodejs.org/en/download/) _(version 14 or greater)_.
- [Yarn](https://classic.yarnpkg.com/lang/en/docs/install/#debian-stable) _(version 1.22 or greater)_.### :anchor: Installing
```bash
$ git clone https://github.com/frichardben/career-page.git
# Go into the repository
$ cd career-page
# Install dependencies
$ yarn install
# Run the project
$ yarn dev
# Run the storybook
$ yarn storybook
# Run the cypress
$ yarn cy:open
```