GithubHelp home page GithubHelp logo

fe-backup's Introduction

Frontend project eeeeee

Expectation

Tech Stack:

React, TypeScript and Redux. And for styling, choose whatever you like (ideally, something you already know.)

Outcome:

Build a front end for an E-commerce or a Library System and deploy it.

The Frontend should be talking to a mock data that stored locally in your project and later (in the fullstack project) you would plug it (to your backend.), refactor, and add more features(maybe).

Assignment


Option 1

A Library management system

you have to have at least these data sources: (the properties that being mentioned below each data source are the minimum)

  • Books
    • ISBN
    • title
    • description
    • publisher
    • authors
    • status: available or borrowed
    • borrowerId
    • publishedDate
    • borrowDate
    • returnDate
  • Authors
    • name
  • Users (as visitor or admin)
    • firstName (from google)
    • lastName (from google)
    • email (from google)

Use cases:

Visitor can:

  • login (using login via google)
  • explore list of books
  • filter and search
  • borrow a book
  • return a borrowed book

Admin can:

  • add new book
  • update info of a book
  • remove a book
  • add a new author
  • update info of an author
  • remove an author

PS. if you want to store some data, you could use LocalStorage for now.


Option 2

An E-commerce website

you have to have at least these data sources: (the properties that being mentioned are the minimum)

  • Products
    • id
    • name
    • description
    • categories
    • variants
    • sizes
  • Orders
    • productId
    • userId
    • purchasedAt
  • Users (as visitor or admin)
    • firstName (from google)
    • lastName (from google)
    • email (from google)

Use cases:

Visitor can:

  • login (using login via google)
  • explore list of products
  • filter and search
  • Add to a cart
  • checkout product/s

Admin can:

  • add new product
  • update info of a product
  • remove a product
  • ban a user

PS. if you want to store some data, you could use LocalStorage for now.


Way of working

Your task here is to prepare the UI part of it and its functionalities ie. you are working on the UI of adding new item

here's how to approach it:

  1. create the UI part (including form)
  2. handle the validation
  3. make sure the form is working and when you submit you get the new item
  4. send it to Redux and skip the part where you send a request (you will add it later) and return the new data to the state.

Lastly

Any additional features are welcome, like switching theme or other cool stuff. but make sure you work on the required ones first.

fe-backup's People

Contributors

angel-cuba avatar yazanalhalabi avatar

Watchers

 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.