Skip to content

A simple blogging application that lets user create posts with a categories, comment on posts with voting system.

Notifications You must be signed in to change notification settings

iHani/readable-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readable App

A simple blogging application that lets user create posts with a categories, comment on posts with voting system.

About

This project was bootstrapped with Create React App, and implemented Redux to manage the state, and styled using React Semantoc-UI framework. You can find more information on how to perform common tasks here.

Getting Started:

Clone and run the backend development server from here https://github.com/udacity/reactnd-project-readable-starter

Then clone the frontend (this repo) https://github.com/iHani/readable-app

And run:

npm install
npm start

or

yarn install
yarn start

The app should open up http://localhost:3000 for you.

Screenshots

What You're Getting

├── CONTRIBUTING.md
├── README.md - This file.
├── package.json # npm package manager file. It's unlikely that you'll need to modify this.
├── public
│   ├── favicon.ico # React Icon, You may change if you wish.
│   └── index.html # DO NOT MODIFY
│   └── manifest.json
└── src
    ├── actions # All application actions.
    ├── Components # All application components.
    ├── reducers # All application reducers.
    ├── Routers # All application Routers.
    ├── store # Store configuration files.
    ├── Utils # Utilities and BlogAPI.js.
    ├── index.css # Global styles. You probably won't need to change anything here.
    └── index.js # You should not need to modify this file. It is used for DOM rendering only.

Contributing

This repository is an assignment project for learning React only. Therefore, we most likely will not accept pull requests.

License

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A simple blogging application that lets user create posts with a categories, comment on posts with voting system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published