Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.18 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.18 KB

Build Status

This app is still in development 🚧

This Todo App allows users create, read, update and delete (CRUD) events they wish to track.

The technologies used in the app are the same that were used in the hackernews-react-apollo in order to allow me to practise more using GraphQL with the aid of Apollo Client.

Technologies

How to run

Frontend UI

In the project directory, you can run:

npm start

For the backend server see:

References: