Coder Social home page Coder Social logo

nerty777 / subj-notes Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.59 MB

Application to manage notes(CRUD API with 30% failure rate). https://ivankozhyn.github.io/subj-notes/

HTML 2.78% JavaScript 80.08% CSS 17.15%
react redux axios redux-thunk material-ui

subj-notes's Introduction

Develop an application to manage notes(CRUD API with 30% failure rate). Note has a title and content.

Requirements:
  1. User can have a possibility to:
    a) Create note
    b) Delete note
    c) Edit note (both title and content)
  2. Notification snackbar (e.g. https://material-ui.com/demos/snackbars/)
    a) After creating or deleting the note user should see a notification snackbar for 2s.
    b) Notification has β€œUndo” button, clicking on which user can revert the action while notification is visible.
    c) Notification should be animated (optional).
  3. API integration.
    We provide an API to manage notes. It is simple CRUD API. However, we intentionally configured a 30% failure rate. It means that every 3rd request to server will fail and you should be ready to handle it.
    a) When user open the app, load all notes from the API.
    b) All changes to notes (creation, editing and deletion) should be reflected on the backend via API.
    c) API Docs https://github.com/subjua/technical-task-backend/blob/master/docs/api.md
    d) API URL http://159.89.96.181/api/v1
  4. Design and other details is up to you, just be ready to argument them.
  5. Use Git, your solution should have commit history and send a link to your repository.
  6. Solution should be executable with one or two commands. Provide an instruction.
Required technologies
  1. React
  2. Redux/Mobx
  3. Flex/Grid markup
  4. Axios

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm run build

Builds the app for production to the build folder.

subj-notes's People

Contributors

nerty777 avatar

Watchers

James Cloos 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.