Notedly is my first project using React, MongoDB, Node.js, Express and GraphQL. It's a simple note Web Application that can support CRUD operations.
Click! 👉🏻 Notedly
- web
- It has pages and gql directory.
- Also I made components for each pages.
- I learned how to use styled-components and how to make components.
- I did deploy it using Netlify. (Sorry, I didn't buy domain😅..)
- This is its repository.
npm run dev
- api
- It has resolvers directory. This API is based on GraphQL.
- I could know how to query using gql.
- I did deploy it to Heroku.
- This is its repository.
This project is based on Adam Scott's tutorial, JavaScript Everywhere. Thanks for him.