Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hasantokul/mong-app-react
- Owner: hasantokul
- Created: 2020-12-20T08:16:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-24T10:07:48.000Z (almost 4 years ago)
- Last Synced: 2023-10-17T09:03:00.477Z (about 1 year ago)
- Topics: css, html, javascript, node, react-hooks, react-redux, reactjs
- Language: JavaScript
- Homepage:
- Size: 204 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 defaultsecond
# npm install #
# npm start #
for start the app it should work at port 3001 as defaultIn 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.