Skip to content

This app uses React and Redux, Along with React Router for data manipulation from a couple of web services. It is a SPA with the store object attached to the index.js component, used by all of the components to make use and manipulate the data. It uses MongoDB and Express.js to connect the database to the front-end of the application.

Notifications You must be signed in to change notification settings

uzairali19/moodme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mood Me Trail App

This app uses React and Redux, Along with React Router for data manipulation from a couple of web services. It is a SPA with the store object attached to the index.js component, used by all of the components to make use and manupulate the data. It uses MongoDB and Express.js to connect database to the front-end of the application.

Built With

  • React
  • React Router Dom
  • Redux
  • Node.js
  • Express.js
  • Axios
  • MongoDB

Overview

Main Screenshot Form Screenshot Search Screenshot Explainer Screenshot

Getting Started

To get a local copy up and running follow these simple example steps.

Setup

Run

# To clone the git repositories
git clone https://github.com/uzairali19/moodme.git

# To install front-end dependencies
cd client
npm install

# To install back-end dependencies
cd server
npm install

# To run development
npm run start #(seperately on both directories)

# To build the project
npm run build #(seperately on both directories)

Run tests

For Linters(Client Side only):

# To check for HTML errors
npx hint .

# To check for CSS errors
npx stylelint "**/*.{css,scss}"

# To check for Javascript errors
npx eslint .

Authors

👤 Uzair Ali

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

This app uses React and Redux, Along with React Router for data manipulation from a couple of web services. It is a SPA with the store object attached to the index.js component, used by all of the components to make use and manipulate the data. It uses MongoDB and Express.js to connect the database to the front-end of the application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published