PocketMD Blog is a web application that fetches blog articles from API using GraphQL and render them on the screen. The application consist of homepage and details page for the articles.
- NextJS
- ReactJS
- Typescript
- Styled Components
- Apollo GraphQL
- ESLint
- Prettier
To get a local copy up and running follow these simple example steps.
- A text editor(preferably Visual Studio Code)
- Node
- Web browser
- Clone the project
git clone git@github.com:thecodechaser/pocketmd-blog.git
cd pocketmd-blog- Install dependencies
npm install
yarn install- To Start the development server
npm run dev👤 Ranjeet Singh
- GitHub: @thecodechaser
- Twitter: @thecodechaser
- LinkedIn: thecodechaser
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.