This project was bootstrapped with Create React App.
This is a SPA (Single-page application) of an English dictionary, built as a personal project
- React.js
- Styled Components
- Docker
- ESLint
- Axios
- React Router v6
Prerequisites
- git
- docker
- docker-compose
Installation
- Clone the repository
git clone https://github.com/spiedra/en-dictionary.git
- Run docker-compose
docker-compose up
If you want to make a contribution, please follow the next steps:
- Fork the Project
- Create your feature branch (git checkout -b feature/newFeature)
- Commit your changes
- Push to the branch (git push origin feature/newFeature)
- Open a pull request