Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joseamtalavera/14_starting_code
React-routing app
https://github.com/joseamtalavera/14_starting_code
react routing
Last synced: about 1 month ago
JSON representation
React-routing app
- Host: GitHub
- URL: https://github.com/joseamtalavera/14_starting_code
- Owner: joseamtalavera
- Created: 2023-04-25T15:06:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-04T16:59:34.000Z (8 months ago)
- Last Synced: 2024-05-04T17:45:52.736Z (8 months ago)
- Topics: react, routing
- Language: JavaScript
- Homepage: https://react-routingapp.netlify.app/
- Size: 2.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project is a routing exercise with a sign up form to access articles and categories. It was bootstrapped with [Create React App](https://github.com/facebook/create-react-app), using the [Redux](https://redux.js.org/) and [Redux Toolkit](https://redux-toolkit.js.org/) template.
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).