Code Monkey home page Code Monkey logo

namefy's Introduction

namefy

Description

A fun project that on A RESTful API for namefy. Estimates your age based on your first name. The app mocks a backend using JSON server, it searches for s username in the database to return the age and creates one if it does not exists. Screenshot from 2022-10-31 12-45-32

Built With

This project was built using:

  • Javascript
  • Html5
  • Css3
  • Bootstrap

Getting Started

To get the content of this project locally you need to run this command in your terminal:

  • git clone [email protected]:Kalunge/namefy.git

  • cd namefy

  • npm install -This command will download all the dependancies of the project

  • Add json server to create a backend for the application

    npx npm install -g json-server

  • Start JSON Server

    json-server --watch db.json

  • run the index.htm file in your browser, beware of using live server if you have autosave in your vscode as it triggers unwanted refresh.

Test

For tracking linter errors locally you need to follow these steps:

  • After cloning the project you need to run this command

  • For tracking the linter errors in HTML file run:

    npx hint .

  • For tracking the linter errors in CSS file run:

    npx stylelint "\*_/_.{css,scss}"

  • And For tracking the linter errors in JavaScript file run:

    npx eslint .

Author

๐Ÿ‘ค Kalunge

Contributing

Feel free to check the issues page

Show your support

Give a โญ if you like this project!

Acknowledgments

  • Much appreciation to the the EntireMoring staff and student community
  • Api Provided by namefy

namefy's People

Contributors

kalunge avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.