This repository contains simple examples using WebJsx, including a Todo List, a Dashboard, and a Rotten Tomatoes homepage, all implemented using custom web components.
First, install the required dependencies by running:
npm install
To build the project and start the server, run the following command:
npm start
This will start an HTTP server at http://localhost:8080
.
After running the server, go to http://localhost:8080
in your browser to view the index page, which includes links to the following examples:
- Todos Example: A simple Todo List app that allows you to add and remove items.
- Dashboard Example: A Stocks Dashboard displaying stock prices, trends, and overviews.
- Rotten Tomatoes Example: A simulated Rotten Tomatoes homepage with movie posters and ratings.