https://github.com/darshankumar89/01people
https://github.com/darshankumar89/01people
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/darshankumar89/01people
- Owner: DarshanKumar89
- License: mit
- Created: 2018-10-21T13:27:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T21:54:57.000Z (over 7 years ago)
- Last Synced: 2024-12-31T19:21:50.704Z (over 1 year ago)
- Language: JavaScript
- Size: 1.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-old.md
- License: LICENSE
Awesome Lists containing this project
README
# Front-end developer test task
Create single-page application using React, provided html template (`index.html`) and the following API: https://jsonplaceholder.typicode.com/
## User story
As a user, I want to add my posts using web form.
As a user, I want to see alert confirming that my post is successfully saved.
As a user, I want to see the 10 last posts.
As a user, I want to have ability to delete my posts.
## Techincal Requirements
1. Use the same app structure you would use for larger project.
2. The following npm packages must be used:
* react-redux
* prop-types
* axios
3. Project's `package.json` must contain defined scripts for develop and production builds