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

https://github.com/dcdms/front-end-test


https://github.com/dcdms/front-end-test

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Front-end Test

This is a simple website built using Express and EJS and deployed on [Render](https://render.com). The page displays one input that asks you for a quantity, as soon as you change the input value, cards numbered according to the input quantity are created. For example: if you type "3" in the input, 3 cards are created: "1", "2" and "3".

## Run Yourself

> Make sure you have [NodeJS](https://nodejs.org) and [PNPM](https://pnpm.io) before trying to run this app.

Run the following commands in your terminal to run this app locally:

```sh
# Clone this repository and switch to its folder
git clone https://github.com/dcdm3g/front-end-test && cd front-end-test

# Install dependencies
pnpm i

# Run the start command
pnpm dev
```