Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samk13/capcito-recrutment-test
https://github.com/samk13/capcito-recrutment-test
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/samk13/capcito-recrutment-test
- Owner: Samk13
- Created: 2019-11-02T17:58:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T19:46:19.000Z (over 2 years ago)
- Last Synced: 2023-03-03T22:04:47.116Z (over 1 year ago)
- Language: HTML
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Capcito - Frontend work sample
## The assignment
You'll be provided a starter project with the markup already done. You'll focus on the JavaScript part, which isn't done at all.
When you start the project you'll see a table of users, each row has two icons to the right, a "pen" icon for editing the user, and a "trash" icon for removing the user completely.
You'll also se a "Create new user" form, with 3 different types of input. Name, Age and Email.
Your assignment is to make sure the actions (Edit, Delete & Create) works fine.
You don't have any restrictions, except changing the `public/index.html` file.
Make sure it works in latest Chrome & Firefox.Timebox: ~3 hours.
## Getting started
1. `git clone https://github.com/capcito/frontend-work-sample.git`
2. `cd frontend-work-sample`
3. `npm install` or `yarn install`
4. `npm run serve` or `yarn serve`