/tfl-challenge-react-solutions

Sample solutions to TfL React Challenge

Primary LanguageHTML

tfl-challenge-react-solutions

This is @40thieves' solution to the TfL Challenge.

Each level is on it's own branch:

Notes

Minimal viable solution

For each level, the bare minimum has been done to meet the requirement.

This reduces the amount of code for students to read.

Tailwind CSS

A CDN copy of Tailwind CSS has been installed to provide styling. Only a small amount of effort was put into adding Tailwind classes.

No attempt at responsive design has been made.

Installation

Each level has been deployed to Netlify (see above), so you shouldn't need to.

But if you really need to, this project was made with Create-React-App, so you can follow the normal instructions:

  • Clone this project
  • Open a terminal and navigate to the project directory
  • Run npm install
  • Check out the branch you're interested in
  • Run npm start