Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samk13/capcito-frontend-assignment
https://github.com/samk13/capcito-frontend-assignment
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/samk13/capcito-frontend-assignment
- Owner: Samk13
- Created: 2019-11-07T18:57:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T00:22:01.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T22:04:46.870Z (over 1 year ago)
- Language: JavaScript
- Size: 192 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
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`