https://github.com/autumnchris/reading-list-reactjs
A front-end web app that uses LocalStorage to store and present entered data for the user's personal reading list. Built with React.js.
https://github.com/autumnchris/reading-list-reactjs
babel css es6 javascript localstorage react reactjs reading-list sass the-odin-project theodinproject webpack
Last synced: 2 months ago
JSON representation
A front-end web app that uses LocalStorage to store and present entered data for the user's personal reading list. Built with React.js.
- Host: GitHub
- URL: https://github.com/autumnchris/reading-list-reactjs
- Owner: autumnchris
- Created: 2019-01-13T02:41:48.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T19:46:11.000Z (over 1 year ago)
- Last Synced: 2025-02-11T20:30:31.887Z (over 1 year ago)
- Topics: babel, css, es6, javascript, localstorage, react, reactjs, reading-list, sass, the-odin-project, theodinproject, webpack
- Language: JavaScript
- Homepage: https://autumnchris.github.io/reading-list-reactjs
- Size: 11.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reading List (React.js)
A front-end web app that uses LocalStorage to store and present entered data for the user's personal reading list. Built with React.js.
Inspired by the [Library assignment](https://www.theodinproject.com/lessons/node-path-javascript-library) as part of the curriculum for the [JavaScript Course](https://www.theodinproject.com/paths/full-stack-javascript/courses/javascript) on [The Odin Project](https://www.theodinproject.com).
---
## Built With
* [React.js](https://reactjs.org)
* [Sass](http://sass-lang.com)
* JavaScript
* CSS3
* HTML5
* [Node.js](https://nodejs.org/en)
* [Webpack](https://webpack.js.org)
* LocalStorage
* [Babel](https://babeljs.io)
* [Normalize.css](https://necolas.github.io/normalize.css)
* [Google Fonts](https://fonts.google.com)
* [Font Awesome](https://fontawesome.com)
## Demo
View project demo at [https://autumnchris.github.io/reading-list-reactjs](https://autumnchris.github.io/reading-list-reactjs).
## Instructions
After forking and cloning, navigate to the repository in your command line and install the NPM packages:
```
npm install
```
Run the following script in your command line to run the application:
```
npm start
```
Once the server is running, go to `http://localhost:8080` in your browser.
Before committing any changes, run the following script to update your static files for production:
```
npm run build
```