EnglishNote is a web application which helps you with learning new words. Application allows create profile with some user informations and create folders with english or another languages words.
- React - A JavaScript library for building user interfaces
- Redux - A predictable state container for JavaScript apps
- Node.js - JavaScript enviroment
- Express - Node.js web application framework
- MongoDB - Database for modern apps
- Jest - A delightful JavaScript Testing Framework with a focus on simplicity
- Enzyme - A JavaScript Testing utility for React
- Moxios - Mock axios requests for testing
Intalling all dependencies for server.
npm install
Intalling all dependencies for client side. Before that make sure you are in the client folder ( /client )
npm install
Running server side with package nodemon
npm run server
Running client side. Before that make sure you are in the client folder ( /client )
npm start
How to run application after build. Command started sever and client application
npm run dev
- Dominik Jurkowski - All work
This project is licensed under the MIT License