Starter Code The starter code from Udacity was provided.Goal was convert a static webpage by adding interactivity to the app by refactoring the static code using React.
- About the Application
- Application dependencies
- How to Run the Application
- Resources
- Technologies
- Contributing
A bookshelf app that allows you to select and categorize books you have read, are currently reading, or want to read. The project emphasizes using React to build the application and provides an API server and client library that you will use to persist information as you interact with the application.
This application Requires Active Internet Connection to Run
- Download the zip folder and unzip it.
- Open the main folder
- Do the of following two steps to get this app running
i. In this folder open the terminal CD to current folder and typenpm install
to install dependencies.
ii.Then, typenpm start
into terminal after the installation is complete. - A new window will be opened visting
http://localhost:3000
in your default browser. - With your server running, You can also visit the site:
http://localhost:3000
in your preferred browser. - To disconnect simply close your terminal.
- Create React App
- BrowserRouter
- Building with React
- BrowserRouter Article
- React
- React
- React
- React
- React
- Visual Studio Code Editor
- React.js
- Javascript
- HTML
- CSS
Any suggestions are welcome.