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

https://github.com/darshankumar89/01people


https://github.com/darshankumar89/01people

Last synced: 3 months ago
JSON representation

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