This is a SPA code test made in react, requested by the company Dristoll's The application has the following features
- Users Module
- User List
- Create user
- Delete user
- View/Update User
- News module
- News list
- View New
- URL navigation
- Multi language selector(EN, ES)
Clone the project
git clone https://link-to-project
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run start
Start the json-server
json-server --watch db.json --port 3002