Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```