Marta Train Interface - Encouraging Public Transportation
marta-interface.mov
In this project, I created a frontend that graphically displays train information with filtering options. I used hooks, props, routing, conditional rendering, and state management in this Marta Interface!
- Fork this repository, set the owner to BoG-Dev-Bootcamp-S24, and name it
project1-s24-yourname - Clone the repository onto your local computer
- Navigate to your new project folder and run:
npx create-react-app marta-interface
- Create a
pagesandcomponentsdirectories in thesrcdirectory - Run
npm startto start your web app - Remember, you can ignore all the template files in src except
App.jsandApp.css=======