Curious is a web app to help you structure, organize and create long-term plans for your self-learning goals.
To run the app please follow these instructions:
- Clone the repository
git clone https://github.com/steelersbcn/curious-client
cd curious-client
- Install the dependencies
npm install
In the root project folder curious-client:
npm start
- React
- Typescript
- Apollo Client
- Apollo Server
- GraphQL
- Sequelize ORM
- PostgreSQL
Feel free to have a look at the server of this application: Curious Server