TODO project made with React, Redux, GraphQL, and PostgreSQL
First of all, download or clone this repository.
After that, go to the project folder and type this on command line:
Open 2 terminals on project root folder.
In the first terminal, type:
> cd backend; npm install; npm start
In the second terminal, type:
> cd frontend; npm install; npm start
A new window should open in your default browser and you can play around with my app.
- Apollo client
- Redux
- Load all TODO tasks
- Add new TODO task
- Remove TODO task
- Edit TODO task
- Mark TODO task as completed
- Sort TODO task by priority
- Sort TODO task by due date
- Node and Apollo Server
- Apollo Server
- Knex
I'm a software engineer who loves mobile development. You can know more about me reading my articles, reading my tweets, reading my code.