Project

Implement an RSVP Feature

Design and implement a responsive login component with fields for username and password, and basic form validation.

Frontend
</>
JavaScript
3-5 hours

About This Project

Instructions

Your challenge is to develop an RSVP feature for an event management application Mandatory. This feature should allow users to easily RSVP to events, manage their responses, and view event details.

You are encouraged to use a combination of HTML, CSS, and JavaScript to bring this feature to life. If you're comfortable with React or another modern JavaScript framework, consider using it to enhance the component's interactivity and reusability.

Try to make your solution look as close to the provided designs as possible.

User Stories

  1. RSVP to Events
    • As an attendee, I want to RSVP to an event, so that the event organizer can include me in the event planning.
  2. RSVP with Guests
    • As an attendee, I want the option to supply a number of guests who will attend with me. I should not be able to set this to a number less than zero.
  3. Manage RSVP
    • As an attendee, I want the option to change my RSVP status, so that I can update my attendance plans if they change.
  4. Interactivity Feedback
    • As an attendee, I want to see hover and focus states for interactive elements, so that I have a clear indication of clickable components.
  5. Responsive Design
    • As an attendee using different devices, I want to view the optimal layout for my device's screen size, ensuring a good user experience regardless of how I access the app.

Stretch Goals

To truly excel and demonstrate your skills, consider incorporating advanced features such as:

  1. Integration with a Backend: If you're able to, set up a simple backend to handle RSVP submissions, storing attendee responses in a database.
  2. Email Confirmation: Send an automatic email confirmation to users when they RSVP, using a serverless function or integrating with an email service provider.

Coming Soon

Create an account to start building other awesome projects and get notified when this project drops.

Sign Up

Already have an account? Sign In

Includes

  • Detailed User Stories
  • Figma Design File
  • Image files of the target layout
  • Starter Code and README file

Skills Practiced

Frontend Development Skills

  1. HTML: Structuring the RSVP form and event details with semantic HTML, ensuring accessibility and SEO friendliness.
  2. CSS: Styling the components to match the application's design guidelines, using Flexbox or Grid for layout, and media queries for responsive design. Implementing hover and focus states for interactive elements.
  3. JavaScript: Adding interactivity to the RSVP process, including event handlers for RSVP submission, and dynamically updating the user's RSVP status. If data is being fetched from a backend, knowledge of asynchronous JavaScript (Promises, async/await) for API requests will be necessary.
  4. React (Optional): Building the RSVP component as a reusable React component, managing state with hooks (useState, useEffect), and potentially using context or a state management library for more complex state management across components.

UX/UI Design Skills

  1. Form Design: Creating an intuitive and easy-to-use RSVP form, with clear instructions and feedback on submission.
  2. Interaction Design: Designing meaningful interactions for the RSVP feature, including feedback for hover and focus states.
  3. Responsive Design: Ensuring the feature is accessible and visually appealing across a range of devices, from smartphones to desktop computers.

Version Control

Using Git for version control, including branching for feature development and merging into the main branch upon completion.

FAQ

Why should I build this project instead of one from scratch?

In a professional context, you're rarely starting from scratch. Curricular Projects are designed to give you a constrained real world problem so you can focus on practicing the essential skills you'll use as a professional developer, and to surface specific areas to continue studying.

Can I get help if I'm stuck on a project?

Our projects are designed to be a real world assessment of your skills, like the take home assignment during a job interview. Getting yourself unstuck is part of the skills measured. As a result, we offer very little help and direction.

However, if you encounter issues with the setup, or if you find something isn't working right that should be working, you can contact us at support@curricular.dev and we'll help you out.

Do you provide official solutions to projects?

We do not provide official solutions to projects. There are many ways to solve each of our projects. Coding is a journey, so our goal isn't for you to get the "right answer." Instead, our projects are about you flexing your skills to arrive at a solution, practicing talking about your code, and giving you helpful feedback on ways to improve.

Can I get feedback on my work?

Currently, we only provide feedback on capstone projects, through our Code Review service.

The Code Review is a premium service available as an add-on purchase, combining an in-depth review of your code and a practice interview. If your project passes the review and meets all specifications, you'll receive a certificate of completion.

Where can I ask a question that isn't answered here?

Email us at support@curricular.dev or chat with us.

It's Time to Level Up

Start Building