Code Monkey home page Code Monkey logo

fs_useful-app's Introduction

Useful App

Create an application (both backend and frontend) to manage a list of items. You can choose any kind of items as long as keeping track of them is useful to you: that can be movies you are planning to watch, books you have recently read, ideas you come up with, etc.

You should implement authentication by means of sessions and a database table listing all the users and their password hashes. Each item in your main table must be associated with one of the users (the one who created it), so each user of your app will be managing his individual list of items.

Each authenticated user must be able to add a new item, edit or remove an existing item, and view all the items that he has already created. You should also provide a capability of signing out.

Handle all possible kinds of errors gracefully (for instance, return 401 when the user is not authorized for an action and present the user an opportunity to reenter his credentials if the server responds with 401).

You are encouraged to use Semantic UI React or another CSS framework in order to make your project look prettier. Try to create as friendly a user interface as possible. Show a loader when necessary.

Also, please include SQL used to create your DB tables here:

... SQL ...

fs_useful-app's People

Contributors

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