caiocaprio / readable-udacity

This Repository is the project with Redux to conclusion course Developer React Udacity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readable Project

Readable is a study project conducted for the Udacity Reaction course.

This project is intended to show what we have learned in the Redux module, contain a mini blog, with general state controlled in the application as a whole, adding, editing and deleting posts and comments.

This project using ReactJS, React-Router Module, Redux, Bulma CSS framework and other packages

Readable

To run the project you need enter the server folder and run the commands:

install modules

npm i

Start Server

node server

After the server is running, go into the front-end folder and run the commands

install modules

npm i

Start Project

npm start

Author

Caio Caprio

License

MIT

Create React App

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.

Contributing

This repository is the starting code for me, I'll accept pull requests.

For details, check out CONTRIBUTING.md.

About

This Repository is the project with Redux to conclusion course Developer React Udacity


Languages

Language:JavaScript 93.1%Language:CSS 4.4%Language:HTML 2.5%