Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.25 KB

README.md

File metadata and controls

44 lines (35 loc) · 1.25 KB

Curious

Curious is a web app to help you structure, organize and create long-term plans for your self-learning goals.

Screenshots

screens

Installation

To run the app please follow these instructions:

  1. Clone the repository
git clone https://github.com/steelersbcn/curious-client
cd curious-client
  1. Install the dependencies
npm install

Get it started

In the root project folder curious-client:

npm start

Tech Stack

  • React
  • Typescript
  • Apollo Client
  • Apollo Server
  • GraphQL
  • Sequelize ORM
  • PostgreSQL

Recommendation

Feel free to have a look at the server of this application: Curious Server

Developers