Giter Club home page Giter Club logo

challenge-front-end-typescript's Introduction

Task for Front End Developer (TypeScript)

First steps

  1. Fork this repo
  2. Create a single-page application for a blogging website with Angular / Next / React
  3. Use TypeScript if your framework of choice supports it
  4. Prepare a pull request and let us know that you are done

General guidelines

  • Use common sense and don't spend too much time on a single task if you get stuck
  • This task might not specify every single detail of how it should be implemented. When in doubt, improvise and go with a solution that you think would work best for a project like this

Requirements

  • Use the latest version of Angular / Next / React
  • Use the API to retrieve data (details below)
  • Make sure the app is responsive and looks clean ๐Ÿ’…
  • Use components where applicable

Keep in mind that candidates who used TypeScript will have an upper hand during the initial filtering.

Functional requirements

The website should have the following pages (components):

Homepage

Should contain a list of all blog posts.

Post page

Should contain post title, full-content, post author details, a link to the post's edit page.

Post creation page

Should contain a form for creating a new post. It should have 2 inputs: title and post body. Once the form is submitted it should make a POST request to a corresponding API endpoint with all inputs in the request body.

Post edit page

The form should be the same as with post creation. The only difference is that inputs should be pre-filled and that the app should run a PUT request to another endpoint.

API guidelines

Use this API service that provides random data for a blog project like this: https://jsonplaceholder.typicode.com/

For example, to retrieve a list of all available posts you would run a GET request to the following URL:

https://jsonplaceholder.typicode.com/posts

Similarly, you would run a PUT request to the following URL to update a post with an ID of 3:

https://jsonplaceholder.typicode.com/posts/3

Please note that when updating or creating new entries, the API might not save the changes. That is fine as long as you make the necessary POST / PUT requests.

Few tips

  • We always prefer the code that is robust, easy to read and re-usable
  • Make design user friendly
  • Have fun!

challenge-front-end-typescript's People

Contributors

m4rikas avatar martynasbakanasbdg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.