FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

strive-messaging/FullStackExercise: An exercise with a little frontend and API stuff in it. · GitHub

Repository files navigation

Strive Messaging FullStack Coding Challenge

FullStack Coding Challenge: Member Editing Form Arrangement

Our application supports automated conversation between flows and campaign members, who text in. Types for the relevant data structures can be found in lib/models, along with three provided flows.

Please hook up the provided input and box of messages (extend or change as necessary) such that a conversation between a member, controlled by the user, and a flow, controlled by lib/flows/machine can be conducted.

If you encounter any issues or ambiguities, please note them then use your best judgment to proceed in what you believe is the spirit of the exercise. Use of tailwind-based styles is preferred.



A Next.js starter that includes all you need to build amazing projects 🔥. Fork and customize from jpedroschmitz

  • 🚀 Next.js 12
  • ⚙️ Tailwind CSS 3 - A utility-first CSS framework
  • 🍓 Styled Components - Styling React component
  • 📏 ESLint — Pluggable JavaScript linter
  • 💖 Prettier - Opinionated Code Formatter
  • 🐶 Husky — Use git hooks with ease
  • 🚫 lint-staged - Run linters against staged git files
  • 🗂 Absolute import - Import folders and files using the @ prefix

🚀 Getting started

The best way to start with this template is using create-next-app.

npx create-next-app ts-next -e https://github.com/chhpt/nextjs-starter.git

If you prefer you can clone this repository and run the following commands inside the project folder:

  1. npm install or yarn;
  2. yarn dev;

To view the project open http://localhost:3000.

🤝 Contributing

  1. Fork this repository;
  2. Create your branch: git checkout -b my-new-feature;
  3. Commit your changes: git commit -m 'Add some feature';
  4. Push to the branch: git push origin my-new-feature.

After your pull request is merged, you can safely delete your branch.

📝 License

This project is licensed under the MIT License - see the LICENSE.md file for more information.


Made with ♥ by Clare Chang

About

An exercise with a little frontend and API stuff in it.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL