https://github.com/dcdms/front-end-test
https://github.com/dcdms/front-end-test
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dcdms/front-end-test
- Owner: dcdms
- Created: 2024-10-24T13:10:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T16:51:36.000Z (over 1 year ago)
- Last Synced: 2024-12-21T12:23:28.580Z (over 1 year ago)
- Language: CSS
- Homepage: https://front-end-test-l1ti.onrender.com
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```