Skip to content

carlosmachel/acme-cars

Repository files navigation

ACME-CARS

Final project to the course Javascript Ninja.

A car shop with vanilla javascript.

Project consisted in create a form with only HTML, CSS and vanilla-javascript.

The company's name and telephone should come from an AJAX request to a json file.

The form should have inputs for car image (an URL), Brand and Model, Year, Plate, Color and a submit button.

When submited the form data has to show in the table.

Getting Started

Prerequisites

You'll need to have Node on your machine. We recommend to use Node >= 6 and npm >= 3 for faster installation speed and better disk usage. (you can use yarn too).

Installing

Clone this repo. Go to the directory server folder and run npm install

cd server/ npm install

To run the server code you should go to server folder and run npm start.

cd server/ && npm start

Deployment

Add additional notes about how to deploy this on a live system

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • @fdaciuk for the course.

Releases

No releases published

Packages

No packages published