/conduit-frontend

Conduit is a "Medium" clone based on Real World App spec.

Primary LanguageTypeScriptMIT LicenseMIT

Logo Conduit
Project Demo // Storybook Demo

📝 About the project

Conduit is a "Medium" clone based on the Real World App spec.
The real world app is a spec that provides an excellent experience in building real world applications.
One of the reasons that Real World App repository was born is because most of to-do apps that developers do, they don't convey the knowledge required to build "real" web applications with it.

🎨 Layout

You can view the project layout via this link.

Design by Marcos Oliveira ❤️

🚀 Technologies

  • React
  • Typescript
  • Styled Components
  • NextJS
  • Storybook

💻 Getting Started

Requirements

Installing and running the project

Clone the repository and access the folder.

git clone https://github.com/joaooliveiradev/conduit-frontend
cd conduit-frontend

Install dependencies.

yarn

To start the project, follow the steps below.

yarn dev

Open localhost:3000 to view in browser.

Storybook

To start Storybook, run the command below.

yarn storybook

Open localhost:6006 to view Storybook in browser.

🦸 Author

João Oliveira

📢 License

MIT