Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hasantokul/mong-app-react

Frontend React application that users can share their favorite songs movies and artists
https://github.com/hasantokul/mong-app-react

css html javascript node react-hooks react-redux reactjs

Last synced: 7 days ago
JSON representation

Frontend React application that users can share their favorite songs movies and artists

Awesome Lists containing this project

README

        

# Mong-App-React

commands below:

first
# npm install json-server #
# json-server --watch db.json #
for start the fake api for access the datas. it will work at port 3000 as default

second
# npm install #
# npm start #
for start the app it should work at port 3001 as default

In this frontend React project users can add their favorite movies, songs and favorite artists. In React part I tried to use Redux with
class components and either with Hooks for adding more examples of the ways of coding with React.In styling I mostly used Reactstrap and Bootstrap
classes and components together and added css styling either by myself.