Coder Social home page Coder Social logo

sabanai104 / sabanai_frontend-challenge Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fotontech/frontend-challenge

0.0 0.0 0.0 430 KB

Home Page: https://sabanai-frontend-challenge-o91giw1pb-sabanai104.vercel.app

Dockerfile 0.21% HTML 4.36% TypeScript 58.61% CSS 36.82%

sabanai_frontend-challenge's Introduction

Frontend Challenge - Sabanai

This is my google books App that i created for my foton frontend challenge application. Created with React Typescript and axios library.

API

This app uses 'Google Books' API to recover the data that will be shown on the app.

const query = 'harry potter';
app.get(`https://www.googleapis.com/books/v1/volumes?q=${query}`);

Design/Screens

https://www.figma.com/file/KFElqzD983WNyvMY1SaF0c/book-app?node-id=0%3A1

Screen Shot 2021-04-13 at 10 19 47

Run the project

You can run the project either with docker or with npm/yarn.

Running with docker

Steps:

  • run cd app/.
  • run yarn install or npm install
  • run cd ..
  • run sudo docker-compose up --build

Running with npm/yarn

Steps:

  • run cd app/.
  • run yarn install or npm install
  • run yarn start or npm start

Build application

If you wanna check the build application, here is the link:

The website design has 3 screens, which are:

Home

  1. Create a Pixel Perfect screen based on design above;
  2. The books must be clickable and redirect to details screen.

Search

In this screen the functionalities below are mandatory:

  1. See a list of books based on search query;
  2. Make it possible to search for more books with a "Load more" button;
  3. Search books by name;
  4. Click on one of the books to see their details.

Books details

In this screen the functionalities below are mandatory:

  1. See all information for the selected book.

Bonus

I also worked on some extra functionalitys, for exemple:

  1. Web page responsitivity layout;
  2. Smartphone responsitivity layout;
  3. Implementation of share (with twitter), listen and read buttons functions;
  4. Add a loading page animation layout;
  5. Created more animations in some components.

sabanai_frontend-challenge's People

Contributors

igorlourenco avatar lucasfloriani avatar sabanai104 avatar socksrust 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.