Skip to content

Rust/wasm test for WebDev applicants

Notifications You must be signed in to change notification settings

LorenzoEvans/rust-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiveView Technologies WebDev Test

Thank you for your interest in working with us in the LiveView Technologies Web Development team!

In this repo, you'll find the scaffolding for a very basic web app written in Rust using the Seed library.

Please follow these instructions to get started

Make sure you have the proper tools installed

To complete this test, you'll need to have git, rustc/cargo (install here), as well as cargo-make (instructions here) installed on your machine.

Fork and clone this repository

Just do that ^

Run the example

Open a terminal, navigate to where you cloned the project, and run cargo make watch. Wait for it to finish building, then open a new terminal window in the same directory and run cargo make serve. You should now be able to go to localhost:8000 and view a very simple app that looks like this:

Rust test 1

Build the App!

To complete this test, your app needs to have a the following features:

  • A sweet logo at the top (maybe something like this?)
  • A save button that will add any text currently in the input to a list of items that get displayed in a <ul> element.
  • A clear button that will remove all items in the list.
  • A delete button next to each item that will remove it individually.
  • Any other enhancements that you think would improve the user experience.

If you get stuck, be sure to check the Seed tutorials and/or API documentation for any Seed-related issues, or The Rust Book.

The finished product should look something like this (but hopefully prettier):

LVT

Rust test 2

Send us your code

Reply to the email you received from the Web Development manager with a link to your repo, and we'll take a look at your amazing finished product!

About

Rust/wasm test for WebDev applicants

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 62.4%
  • HTML 32.4%
  • CSS 5.2%