Giter Site home page Giter Site logo

solvative_task's Introduction

Sovative_task

Getting Started

You can run project in your local machine after cloning repo

cd backend npm i npm start

new terminal

cd frontend npm i npm start

Problem Statement

Live Reviews allows users to add/edit/remove review and view all reviews with live feeding.

Completed

A button to create new review - clicking on which user will be redirected to /new/ route Basic Table layout with all reviews Table should have 6 columns: #, Title, Content, Date-time, Edit, Delete

- Static count number starting with 1

Edit - a edit button, clicking on which user will be redirected to /:id route Delete - a delete button, clicking on which review will be deleted Show each review in separate row Latest review should be displayed first

New Review (route = /new) 1 input for title 1 textarea for content Save button - saves the review, and redirects user back to list view, i.e. route / Reset button - resets the review content and title Cancel button - redirects user back to list view, i.e. route / Edit Review (route = /:id) Re-use the same component from New Review Pre-fill the title and content from the existing review Delete button - deletes the review, and redirects user back to list view, i.e. route /

solvative_task's People

Contributors

mgehlott 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.