Coder Social home page Coder Social logo

cross-2d0's Introduction

Hi, here are some rules to carry out this project;

  • You MUST create a git repository named cross-2d0
  • You MUST create a file called .author.json with fullnames of your teams.
~/ts-baratie ❯❯❯ cat -e .author.json
{
  "fullname" : "John H. Conway",
  "fullname" : "Michael Jackson"
}$

Of course, you can talk about the subject with other developers, peer-learning is the key to be a better developer. Don't hesitate to ask questions or help people on slack.

Don't forget, there is no useless question :-)

You MUST return the project on Friday March, 12 at 15:00 pm by sending an MP on Teams with the link of your github repo.

Your repository MUST contain the totality of your source files, but no useless files (node_modules, temp files, log files,...).

The purpose of this project is simple, you MUST create a 2d0 list using React Native ! ✨

We all have a lot of tasks todo everyday, we don't know how to remember everything ;
You are going to build a full application (server + client) that will solve this pain :)

= Prelude

You MUST create a full Node.js or whatever server with a database connection using Prisma in node or anything else with other language ;
We are going to have 2 models :

  • User
Field Type
id Int
email String
encryptedPassword String
firstname String
lastname String
birthdate DateTime
gender Gender
createdAt DateTime
updatedAt DateTime

  • Task
Field Type
id Int
content String
isComplete Boolean
userId Int
createdAt DateTime
updatedAt DateTime

= Feature

A user can register and login to the application.
Then he can see a profile Page that will display his information.
Finally he can of course create, remove or set to complete a new task.

= Product

Now that you have all server features, ... well just develop it on your mobile application using the style you want :)

A simple example of what we expect :

[ok]

= Knowledge

You MUST use only react functional componenent and any hooks you want.

How can we store a authenticated user on an application ?

I know you love that, well you can in bulk:

  • Adding any new features :)
  • Add a web version
  • Add realtime collaboration task edit feature (hello websocket)

Craft with ❀️ in Paris.

cross-2d0's People

Contributors

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